Html Css Color HEX #2D0176 Persian Indigo

📋 copy color: '#2D0176'

red 45 ◦ green 1 ◦ blue 118

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

Shades of Persian Indigo #2D0176

Tints of Persian Indigo #2D0176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 71.95%

R = 27.44%
G = 0.61%
B = 71.95%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2D0176 (or 0x2D0176) is known color: Persian Indigo. HEX triplet: 2D, 01 and 76. RGB value is (45,1,118). Sum of RGB (Red+Green+Blue) = 45+1+118=164 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.44% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 118 (46.48% from 255 or 71.95% from 164); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D0176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0176 is #D2FE89. Grayscale: #1B1B1B. Windows color (decimal): -13827722 or 7733549. OLE color: 7733549.

HSL color Cylindrical-coordinate representation of color #2D0176: hue angle of 262.56º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0176 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 1 118 -
CMYK 0.62 0.99 0 0.54
HSL 262.56º 0.98% 0.23% -
HSV(B) 262.56º 0.99% 0.46% -
XYZ 4.36 1.89 17.27 -
YUV 27.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 45 1 118 0.62 0.99 0 0.54 262.56 0.98 0.23
Hex 2D 1 76 3E 63 0 36 107 62 17
Octal 55 1 166 76 143 0 66 407 142 27
Binary 101101 1 1110110 111110 1100011 0 110110 100000111 1100010 10111

Color Harmonies of #2D0176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0176

Black with #2D0176

Text Example


Text Example

White with #2D0176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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