Html Css Color HEX #1D0070 Persian Indigo

📋 copy color: '#1D0070'

red 29 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #1D0070

Tints of Persian Indigo #1D0070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.57%
G = 0%
B = 79.43%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D0070 (or 0x1D0070) is known color: Persian Indigo. HEX triplet: 1D, 00 and 70. RGB value is (29,0,112). Sum of RGB (Red+Green+Blue) = 29+0+112=141 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.57% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #1D0070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0070 is #E2FF8F. Grayscale: #151515. Windows color (decimal): -14876560 or 7340061. OLE color: 7340061.

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

Color convert

RGB 29 0 112 -
CMYK 0.74 1 0 0.56
HSL 255.54º 1% 0.22% -
HSV(B) 255.54º 1% 0.44% -
XYZ 3.43 1.43 15.42 -
YUV 21.44 179.11 133.39 -
System Red Green Blue C M Y K H S L
Decimal 29 0 112 0.74 1 0 0.56 255.54 1 0.22
Hex 1D 0 70 4A 64 0 38 100 64 16
Octal 35 0 160 112 144 0 70 400 144 26
Binary 11101 0 1110000 1001010 1100100 0 111000 100000000 1100100 10110

Color Harmonies of #1D0070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0070

Black with #1D0070

Text Example


Text Example

White with #1D0070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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