Html Css Color HEX #1D036E Persian Indigo

📋 copy color: '#1D036E'

red 29 ◦ green 3 ◦ blue 110

#1D036E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #1D036E

Tints of Persian Indigo #1D036E

RGB

 RED value IS 29 (11.72% from 255) = 20.42%

 GREEN value IS 3 (1.56% from 255) = 2.11%

 BLUE value IS 110 (43.36% from 255) = 77.46%

R = 20.42%
G = 2.11%
B = 77.46%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D036E (or 0x1D036E) is known color: Persian Indigo. HEX triplet: 1D, 03 and 6E. RGB value is (29,3,110). Sum of RGB (Red+Green+Blue) = 29+3+110=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D036E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D036E is #E2FC91. Grayscale: #161616. Windows color (decimal): -14875794 or 7209757. OLE color: 7209757.

HSL color Cylindrical-coordinate representation of color #1D036E: hue angle of 254.58º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D036E is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 29 3 110 -
CMYK 0.74 0.97 0 0.57
HSL 254.58º 0.95% 0.22% -
HSV(B) 254.58º 0.97% 0.43% -
XYZ 3.35 1.45 14.86 -
YUV 22.97 177.11 132.3 -
System Red Green Blue C M Y K H S L
Decimal 29 3 110 0.74 0.97 0 0.57 254.58 0.95 0.22
Hex 1D 3 6E 4A 61 0 39 FF 5F 16
Octal 35 3 156 112 141 0 71 377 137 26
Binary 11101 11 1101110 1001010 1100001 0 111001 11111111 1011111 10110

Color Harmonies of #1D036E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D036E

Black with #1D036E

Text Example


Text Example

White with #1D036E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D036E;
 }
 .AnyTagClassName
 {
   color: #1D036E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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