Html Css Color HEX #1D047B Persian Indigo

📋 copy color: '#1D047B'

red 29 ◦ green 4 ◦ blue 123

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

Shades of Persian Indigo #1D047B

Tints of Persian Indigo #1D047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 78.85%

R = 18.59%
G = 2.56%
B = 78.85%

CMYK

 C value IS 0.76

 M value IS 0.97

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#1D047B (or 0x1D047B) is known color: Persian Indigo. HEX triplet: 1D, 04 and 7B. RGB value is (29,4,123). Sum of RGB (Red+Green+Blue) = 29+4+123=156 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.59% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 123 (48.44% from 255 or 78.85% from 156); Max value from RGB is 123 - color contains mainly: blue. Hex color #1D047B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D047B is #E2FB84. Grayscale: #181818. Windows color (decimal): -14875525 or 8061981. OLE color: 8061981.

HSL color Cylindrical-coordinate representation of color #1D047B: hue angle of 252.61º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D047B is Cyan = 0.76, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 29 4 123 -
CMYK 0.76 0.97 0 0.52
HSL 252.61º 0.94% 0.25% -
HSV(B) 252.61º 0.97% 0.48% -
XYZ 4.13 1.78 18.86 -
YUV 25.04 183.28 130.82 -
System Red Green Blue C M Y K H S L
Decimal 29 4 123 0.76 0.97 0 0.52 252.61 0.94 0.25
Hex 1D 4 7B 4C 61 0 34 FD 5E 19
Octal 35 4 173 114 141 0 64 375 136 31
Binary 11101 100 1111011 1001100 1100001 0 110100 11111101 1011110 11001

Color Harmonies of #1D047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D047B

Black with #1D047B

Text Example


Text Example

White with #1D047B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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