Html Css Color HEX #1D026D Persian Indigo

📋 copy color: '#1D026D'

red 29 ◦ green 2 ◦ blue 109

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

Shades of Persian Indigo #1D026D

Tints of Persian Indigo #1D026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 77.86%

R = 20.71%
G = 1.43%
B = 77.86%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D026D (or 0x1D026D) is known color: Persian Indigo. HEX triplet: 1D, 02 and 6D. RGB value is (29,2,109). Sum of RGB (Red+Green+Blue) = 29+2+109=140 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D026D is #E2FD92. Grayscale: #151515. Windows color (decimal): -14876051 or 7143965. OLE color: 7143965.

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

Color convert

RGB 29 2 109 -
CMYK 0.73 0.98 0 0.57
HSL 255.14º 0.96% 0.22% -
HSV(B) 255.14º 0.98% 0.43% -
XYZ 3.29 1.41 14.57 -
YUV 22.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 29 2 109 0.73 0.98 0 0.57 255.14 0.96 0.22
Hex 1D 2 6D 49 62 0 39 FF 60 16
Octal 35 2 155 111 142 0 71 377 140 26
Binary 11101 10 1101101 1001001 1100010 0 111001 11111111 1100000 10110

Color Harmonies of #1D026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D026D

Black with #1D026D

Text Example


Text Example

White with #1D026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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