#261370

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

Shades of Persian Indigo #261370

Tints of Persian Indigo #261370

Color information

#261370 (or 0x261370) is unknown color: approx Persian Indigo. HEX triplet: 26, 13 and 70. RGB value is (38,19,112). Sum of RGB (Red+Green+Blue) = 38+19+112=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #261370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261370 is #D9EC8F. Grayscale: #222222. Windows color (decimal): -14281872 or 7344934. OLE color: 7344934.

HSL color Cylindrical-coordinate representation of color #261370: hue angle of 252.26º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261370 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3819112-
CMYK0.660.8300.56
HSL252.26º70.99%25.69%-
HSV(B)252.26º83.04%43.92%-
XYZ3.962.0515.52-
YUV35.28171.29129.94-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 112 (44.14% from 255) = 66.27%
R=22.49%
G=11.24%
B=66.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38191120.660.8300.56252.2670.9925.69
Hex2613704253038fc471a
Octal462316010212307037410732
Binary10011010011111000010000101010011011100011111100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261370; }

 p { color: rgb(38,19,112); }

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

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

 a { background-color: rgb(38,19,112); }

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

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

 span { border-color: rgb(38,19,112); }

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