#1D0374

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

Shades of Persian Indigo #1D0374

Tints of Persian Indigo #1D0374

Color information

#1D0374 (or 0x1D0374) is unknown color: approx Persian Indigo. HEX triplet: 1D, 03 and 74. RGB value is (29,3,116). Sum of RGB (Red+Green+Blue) = 29+3+116=148 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.59% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 116 (45.70% from 255 or 78.38% from 148); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D0374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0374 is #E2FC8B. Grayscale: #171717. Windows color (decimal): -14875788 or 7602973. OLE color: 7602973.

HSL color Cylindrical-coordinate representation of color #1D0374: hue angle of 253.81º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0374 is Cyan = 0.75, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB293116-
CMYK0.750.9700.55
HSL253.81º94.96%23.33%-
HSV(B)253.81º97.41%45.49%-
XYZ3.691.5916.63-
YUV23.66180.11131.81-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.59%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 116 (45.70% from 255) = 78.38%
R=19.59%
G=2.03%
B=78.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2931160.750.9700.55253.8194.9623.33
Hex1D3744B61037fe5f17
Octal35316411314106737613727
Binary1110111111010010010111100001011011111111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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