Html Css Color HEX #1D026F Persian Indigo

📋 copy color: '#1D026F'

red 29 ◦ green 2 ◦ blue 111

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

Shades of Persian Indigo #1D026F

Tints of Persian Indigo #1D026F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

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

R = 20.42%
G = 1.41%
B = 78.17%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D026F (or 0x1D026F) is known color: Persian Indigo. HEX triplet: 1D, 02 and 6F. RGB value is (29,2,111). Sum of RGB (Red+Green+Blue) = 29+2+111=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 111 (43.75% from 255 or 78.17% from 142); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D026F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D026F is #E2FD90. Grayscale: #161616. Windows color (decimal): -14876049 or 7275037. OLE color: 7275037.

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

Color convert

RGB 29 2 111 -
CMYK 0.74 0.98 0 0.56
HSL 254.86º 0.96% 0.22% -
HSV(B) 254.86º 0.98% 0.44% -
XYZ 3.4 1.45 15.14 -
YUV 22.5 177.95 132.64 -
System Red Green Blue C M Y K H S L
Decimal 29 2 111 0.74 0.98 0 0.56 254.86 0.96 0.22
Hex 1D 2 6F 4A 62 0 38 FF 60 16
Octal 35 2 157 112 142 0 70 377 140 26
Binary 11101 10 1101111 1001010 1100010 0 111000 11111111 1100000 10110

Color Harmonies of #1D026F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D026F

Black with #1D026F

Text Example


Text Example

White with #1D026F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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