Html Css Color HEX #1D036F Persian Indigo

📋 copy color: '#1D036F'

red 29 ◦ green 3 ◦ blue 111

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

Shades of Persian Indigo #1D036F

Tints of Persian Indigo #1D036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 77.62%

R = 20.28%
G = 2.1%
B = 77.62%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D036F (or 0x1D036F) is known color: Persian Indigo. HEX triplet: 1D, 03 and 6F. RGB value is (29,3,111). Sum of RGB (Red+Green+Blue) = 29+3+111=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 111 (43.75% from 255 or 77.62% from 143); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D036F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D036F is #E2FC90. Grayscale: #161616. Windows color (decimal): -14875793 or 7275293. OLE color: 7275293.

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

Color convert

RGB 29 3 111 -
CMYK 0.74 0.97 0 0.56
HSL 254.44º 0.95% 0.22% -
HSV(B) 254.44º 0.97% 0.44% -
XYZ 3.41 1.47 15.14 -
YUV 23.09 177.61 132.22 -
System Red Green Blue C M Y K H S L
Decimal 29 3 111 0.74 0.97 0 0.56 254.44 0.95 0.22
Hex 1D 3 6F 4A 61 0 38 FE 5F 16
Octal 35 3 157 112 141 0 70 376 137 26
Binary 11101 11 1101111 1001010 1100001 0 111000 11111110 1011111 10110

Color Harmonies of #1D036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D036F

Black with #1D036F

Text Example


Text Example

White with #1D036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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