Html Css Color HEX #1D046F Persian Indigo

📋 copy color: '#1D046F'

red 29 ◦ green 4 ◦ blue 111

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

Shades of Persian Indigo #1D046F

Tints of Persian Indigo #1D046F

RGB

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

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

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

R = 20.14%
G = 2.78%
B = 77.08%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D046F (or 0x1D046F) is known color: Persian Indigo. HEX triplet: 1D, 04 and 6F. RGB value is (29,4,111). Sum of RGB (Red+Green+Blue) = 29+4+111=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 111 (43.75% from 255 or 77.08% from 144); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D046F is #E2FB90. Grayscale: #171717. Windows color (decimal): -14875537 or 7275549. OLE color: 7275549.

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

Color convert

RGB 29 4 111 -
CMYK 0.74 0.96 0 0.56
HSL 254.02º 0.93% 0.23% -
HSV(B) 254.02º 0.96% 0.44% -
XYZ 3.42 1.5 15.15 -
YUV 23.67 177.28 131.8 -
System Red Green Blue C M Y K H S L
Decimal 29 4 111 0.74 0.96 0 0.56 254.02 0.93 0.23
Hex 1D 4 6F 4A 60 0 38 FE 5D 17
Octal 35 4 157 112 140 0 70 376 135 27
Binary 11101 100 1101111 1001010 1100000 0 111000 11111110 1011101 10111

Color Harmonies of #1D046F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D046F

Black with #1D046F

Text Example


Text Example

White with #1D046F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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