Html Css Color HEX #1D046A Persian Indigo

📋 copy color: '#1D046A'

red 29 ◦ green 4 ◦ blue 106

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

Shades of Persian Indigo #1D046A

Tints of Persian Indigo #1D046A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 76.26%

R = 20.86%
G = 2.88%
B = 76.26%

CMYK

 C value IS 0.73

 M value IS 0.96

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1D046A (or 0x1D046A) is known color: Persian Indigo. HEX triplet: 1D, 04 and 6A. RGB value is (29,4,106). Sum of RGB (Red+Green+Blue) = 29+4+106=139 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.86% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 106 (41.80% from 255 or 76.26% from 139); Max value from RGB is 106 - color contains mainly: blue. Hex color #1D046A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D046A is #E2FB95. Grayscale: #161616. Windows color (decimal): -14875542 or 6947869. OLE color: 6947869.

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

Color convert

RGB 29 4 106 -
CMYK 0.73 0.96 0 0.58
HSL 254.71º 0.93% 0.22% -
HSV(B) 254.71º 0.96% 0.42% -
XYZ 3.15 1.39 13.74 -
YUV 23.1 174.78 132.21 -
System Red Green Blue C M Y K H S L
Decimal 29 4 106 0.73 0.96 0 0.58 254.71 0.93 0.22
Hex 1D 4 6A 49 60 0 3A FF 5D 16
Octal 35 4 152 111 140 0 72 377 135 26
Binary 11101 100 1101010 1001001 1100000 0 111010 11111111 1011101 10110

Color Harmonies of #1D046A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D046A

Black with #1D046A

Text Example


Text Example

White with #1D046A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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