#260285

Color #260285 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #260285

Tints of Persian Indigo #260285

Color information

#260285 (or 0x260285) is unknown color: approx Persian Indigo. HEX triplet: 26, 02 and 85. RGB value is (38,2,133). Sum of RGB (Red+Green+Blue) = 38+2+133=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #260285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260285 is #D9FD7A. Grayscale: #1B1B1B. Windows color (decimal): -14286203 or 8716838. OLE color: 8716838.

HSL color Cylindrical-coordinate representation of color #260285: hue angle of 256.49º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260285 is Cyan = 0.71, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB382133-
CMYK0.710.9800.48
HSL256.49º97.04%26.47%-
HSV(B)256.49º98.5%52.16%-
XYZ5.052.1522.34-
YUV27.7187.43135.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 2 (1.17% from 255) = 1.16%
BLUE value IS 133 (52.34% from 255) = 76.88%
R=21.97%
G=1.16%
B=76.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3821330.710.9800.48256.4997.0426.47
Hex262854762030100611a
Octal46220510714206040014132
Binary1001101010000101100011111000100110000100000000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260285; }

 p { color: rgb(38,2,133); }

 H1.HeaderClassName
 {
   color: #260285;
 }
 .AnyTagClassName
 {
   color: #260285;
 }
</style>
background-color css

<style>
 a { background-color: #260285; }

 a { background-color: rgb(38,2,133); }

 div.DivClassName
 {
   background-color: #260285;
 }
 .BgClassName
 {
   background-color: #260285;
 }
</style>
border-color css

<style>
 span { border-color: #260285; }

 span { border-color: rgb(38,2,133); }

 td.TdClassName
 {
   border-color: #260285;
 }
 .TagClassName
 {
   border-color: #260285;
 }
</style>