Html Css Color HEX #2D0173 Persian Indigo

📋 copy color: '#2D0173'

red 45 ◦ green 1 ◦ blue 115

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

Shades of Persian Indigo #2D0173

Tints of Persian Indigo #2D0173

RGB

 RED value IS 45 (17.97% from 255) = 27.95%

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

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

R = 27.95%
G = 0.62%
B = 71.43%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D0173 (or 0x2D0173) is known color: Persian Indigo. HEX triplet: 2D, 01 and 73. RGB value is (45,1,115). Sum of RGB (Red+Green+Blue) = 45+1+115=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D0173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0173 is #D2FE8C. Grayscale: #1A1A1A. Windows color (decimal): -13827725 or 7536941. OLE color: 7536941.

HSL color Cylindrical-coordinate representation of color #2D0173: hue angle of 263.16º 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 #2D0173 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 1 115 -
CMYK 0.61 0.99 0 0.55
HSL 263.16º 0.98% 0.23% -
HSV(B) 263.16º 0.99% 0.45% -
XYZ 4.19 1.82 16.35 -
YUV 27.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 45 1 115 0.61 0.99 0 0.55 263.16 0.98 0.23
Hex 2D 1 73 3D 63 0 37 107 62 17
Octal 55 1 163 75 143 0 67 407 142 27
Binary 101101 1 1110011 111101 1100011 0 110111 100000111 1100010 10111

Color Harmonies of #2D0173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0173

Black with #2D0173

Text Example


Text Example

White with #2D0173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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