Html Css Color HEX #1D006D Persian Indigo

📋 copy color: '#1D006D'

red 29 ◦ green 0 ◦ blue 109

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

Shades of Persian Indigo #1D006D

Tints of Persian Indigo #1D006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.01%
G = 0%
B = 78.99%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D006D (or 0x1D006D) is known color: Persian Indigo. HEX triplet: 1D, 00 and 6D. RGB value is (29,0,109). Sum of RGB (Red+Green+Blue) = 29+0+109=138 (18% of max value = 765). Red value is 29 (11.72% from 255 or 21.01% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 109 (42.97% from 255 or 78.99% from 138); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D006D is #E2FF92. Grayscale: #141414. Windows color (decimal): -14876563 or 7143453. OLE color: 7143453.

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

Color convert

RGB 29 0 109 -
CMYK 0.73 1 0 0.57
HSL 255.96º 1% 0.21% -
HSV(B) 255.96º 1% 0.43% -
XYZ 3.27 1.37 14.56 -
YUV 21.1 177.61 133.64 -
System Red Green Blue C M Y K H S L
Decimal 29 0 109 0.73 1 0 0.57 255.96 1 0.21
Hex 1D 0 6D 49 64 0 39 100 64 15
Octal 35 0 155 111 144 0 71 400 144 25
Binary 11101 0 1101101 1001001 1100100 0 111001 100000000 1100100 10101

Color Harmonies of #1D006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D006D

Black with #1D006D

Text Example


Text Example

White with #1D006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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