Html Css Color HEX #1D046D Persian Indigo

📋 copy color: '#1D046D'

red 29 ◦ green 4 ◦ blue 109

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

Shades of Persian Indigo #1D046D

Tints of Persian Indigo #1D046D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

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

R = 20.42%
G = 2.82%
B = 76.76%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D046D (or 0x1D046D) is known color: Persian Indigo. HEX triplet: 1D, 04 and 6D. RGB value is (29,4,109). Sum of RGB (Red+Green+Blue) = 29+4+109=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 109 (42.97% from 255 or 76.76% from 142); Max value from RGB is 109 - color contains mainly: blue. Hex color #1D046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D046D is #E2FB92. Grayscale: #171717. Windows color (decimal): -14875539 or 7144477. OLE color: 7144477.

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

Color convert

RGB 29 4 109 -
CMYK 0.73 0.96 0 0.57
HSL 254.29º 0.93% 0.22% -
HSV(B) 254.29º 0.96% 0.43% -
XYZ 3.31 1.45 14.57 -
YUV 23.45 176.28 131.96 -
System Red Green Blue C M Y K H S L
Decimal 29 4 109 0.73 0.96 0 0.57 254.29 0.93 0.22
Hex 1D 4 6D 49 60 0 39 FE 5D 16
Octal 35 4 155 111 140 0 71 376 135 26
Binary 11101 100 1101101 1001001 1100000 0 111001 11111110 1011101 10110

Color Harmonies of #1D046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D046D

Black with #1D046D

Text Example


Text Example

White with #1D046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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