Html Css Color HEX #2D0179 Persian Indigo

📋 copy color: '#2D0179'

red 45 ◦ green 1 ◦ blue 121

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

Shades of Persian Indigo #2D0179

Tints of Persian Indigo #2D0179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 72.46%

R = 26.95%
G = 0.6%
B = 72.46%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D0179 (or 0x2D0179) is known color: Persian Indigo. HEX triplet: 2D, 01 and 79. RGB value is (45,1,121). Sum of RGB (Red+Green+Blue) = 45+1+121=167 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.95% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 121 (47.66% from 255 or 72.46% from 167); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D0179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0179 is #D2FE86. Grayscale: #1B1B1B. Windows color (decimal): -13827719 or 7930157. OLE color: 7930157.

HSL color Cylindrical-coordinate representation of color #2D0179: hue angle of 262º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0179 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 1 121 -
CMYK 0.63 0.99 0 0.53
HSL 262º 0.98% 0.24% -
HSV(B) 262º 0.99% 0.47% -
XYZ 4.54 1.96 18.23 -
YUV 27.84 180.58 140.24 -
System Red Green Blue C M Y K H S L
Decimal 45 1 121 0.63 0.99 0 0.53 262 0.98 0.24
Hex 2D 1 79 3F 63 0 35 106 62 18
Octal 55 1 171 77 143 0 65 406 142 30
Binary 101101 1 1111001 111111 1100011 0 110101 100000110 1100010 11000

Color Harmonies of #2D0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0179

Black with #2D0179

Text Example


Text Example

White with #2D0179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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