Html Css Color HEX #1D046C Persian Indigo

📋 copy color: '#1D046C'

red 29 ◦ green 4 ◦ blue 108

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

Shades of Persian Indigo #1D046C

Tints of Persian Indigo #1D046C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 76.6%

R = 20.57%
G = 2.84%
B = 76.6%

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

#1D046C (or 0x1D046C) is known color: Persian Indigo. HEX triplet: 1D, 04 and 6C. RGB value is (29,4,108). Sum of RGB (Red+Green+Blue) = 29+4+108=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 108 (42.58% from 255 or 76.60% from 141); Max value from RGB is 108 - color contains mainly: blue. Hex color #1D046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D046C is #E2FB93. Grayscale: #161616. Windows color (decimal): -14875540 or 7078941. OLE color: 7078941.

HSL color Cylindrical-coordinate representation of color #1D046C: hue angle of 254.42º 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 #1D046C is Cyan = 0.73, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 29 4 108 -
CMYK 0.73 0.96 0 0.58
HSL 254.42º 0.93% 0.22% -
HSV(B) 254.42º 0.96% 0.42% -
XYZ 3.26 1.43 14.29 -
YUV 23.33 175.78 132.04 -
System Red Green Blue C M Y K H S L
Decimal 29 4 108 0.73 0.96 0 0.58 254.42 0.93 0.22
Hex 1D 4 6C 49 60 0 3A FE 5D 16
Octal 35 4 154 111 140 0 72 376 135 26
Binary 11101 100 1101100 1001001 1100000 0 111010 11111110 1011101 10110

Color Harmonies of #1D046C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D046C

Black with #1D046C

Text Example


Text Example

White with #1D046C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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