Html Css Color HEX #1D0173 Persian Indigo

📋 copy color: '#1D0173'

red 29 ◦ green 1 ◦ blue 115

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

Shades of Persian Indigo #1D0173

Tints of Persian Indigo #1D0173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 115 (45.31% from 255) = 79.31%

R = 20%
G = 0.69%
B = 79.31%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D0173 (or 0x1D0173) is known color: Persian Indigo. HEX triplet: 1D, 01 and 73. RGB value is (29,1,115). Sum of RGB (Red+Green+Blue) = 29+1+115=145 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 115 (45.31% from 255 or 79.31% from 145); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D0173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0173 is #E2FE8C. Grayscale: #151515. Windows color (decimal): -14876301 or 7536925. OLE color: 7536925.

HSL color Cylindrical-coordinate representation of color #1D0173: hue angle of 254.74º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0173 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 1 115 -
CMYK 0.75 0.99 0 0.55
HSL 254.74º 0.98% 0.23% -
HSV(B) 254.74º 0.99% 0.45% -
XYZ 3.61 1.52 16.32 -
YUV 22.37 180.28 132.73 -
System Red Green Blue C M Y K H S L
Decimal 29 1 115 0.75 0.99 0 0.55 254.74 0.98 0.23
Hex 1D 1 73 4B 63 0 37 FF 62 17
Octal 35 1 163 113 143 0 67 377 142 27
Binary 11101 1 1110011 1001011 1100011 0 110111 11111111 1100010 10111

Color Harmonies of #1D0173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0173

Black with #1D0173

Text Example


Text Example

White with #1D0173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,1,115); }

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

background-color css

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

 a { background-color: rgb(29,1,115); }

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

border-color css

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

 span { border-color: rgb(29,1,115); }

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