#1D0366

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

Shades of Persian Indigo #1D0366

Tints of Persian Indigo #1D0366

Color information

#1D0366 (or 0x1D0366) is unknown color: approx Persian Indigo. HEX triplet: 1D, 03 and 66. RGB value is (29,3,102). Sum of RGB (Red+Green+Blue) = 29+3+102=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D0366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0366 is #E2FC99. Grayscale: #151515. Windows color (decimal): -14875802 or 6685469. OLE color: 6685469.

HSL color Cylindrical-coordinate representation of color #1D0366: hue angle of 255.76º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0366 is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB293102-
CMYK0.720.9700.6
HSL255.76º94.29%20.59%-
HSV(B)255.76º97.06%40%-
XYZ2.941.2912.66-
YUV22.06173.11132.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.64%
GREEN value IS 3 (1.56% from 255) = 2.24%
BLUE value IS 102 (40.23% from 255) = 76.12%
R=21.64%
G=2.24%
B=76.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2931020.720.9700.6255.7694.2920.59
Hex1D366486103C1005e15
Octal35314611014107440013625
Binary11101111100110100100011000010111100100000000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D0366; }

 p { color: rgb(29,3,102); }

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

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

 a { background-color: rgb(29,3,102); }

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

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

 span { border-color: rgb(29,3,102); }

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