Html Css Color HEX #1D0570 Persian Indigo

📋 copy color: '#1D0570'

red 29 ◦ green 5 ◦ blue 112

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

Shades of Persian Indigo #1D0570

Tints of Persian Indigo #1D0570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

 BLUE value IS 112 (44.14% from 255) = 76.71%

R = 19.86%
G = 3.42%
B = 76.71%

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

#1D0570 (or 0x1D0570) is known color: Persian Indigo. HEX triplet: 1D, 05 and 70. RGB value is (29,5,112). Sum of RGB (Red+Green+Blue) = 29+5+112=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D0570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0570 is #E2FA8F. Grayscale: #171717. Windows color (decimal): -14875280 or 7341341. OLE color: 7341341.

HSL color Cylindrical-coordinate representation of color #1D0570: hue angle of 253.46º degrees, saturation: 0.91, 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 #1D0570 is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 5 112 -
CMYK 0.74 0.96 0 0.56
HSL 253.46º 0.91% 0.23% -
HSV(B) 253.46º 0.96% 0.44% -
XYZ 3.49 1.54 15.44 -
YUV 24.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 29 5 112 0.74 0.96 0 0.56 253.46 0.91 0.23
Hex 1D 5 70 4A 60 0 38 FD 5B 17
Octal 35 5 160 112 140 0 70 375 133 27
Binary 11101 101 1110000 1001010 1100000 0 111000 11111101 1011011 10111

Color Harmonies of #1D0570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0570

Black with #1D0570

Text Example


Text Example

White with #1D0570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,5,112); }

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

background-color css

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

 a { background-color: rgb(29,5,112); }

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

border-color css

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

 span { border-color: rgb(29,5,112); }

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