Html Css Color HEX #2D0479 Persian Indigo

📋 copy color: '#2D0479'

red 45 ◦ green 4 ◦ blue 121

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

Shades of Persian Indigo #2D0479

Tints of Persian Indigo #2D0479

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.35%

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

R = 26.47%
G = 2.35%
B = 71.18%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D0479 (or 0x2D0479) is known color: Persian Indigo. HEX triplet: 2D, 04 and 79. RGB value is (45,4,121). Sum of RGB (Red+Green+Blue) = 45+4+121=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D0479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0479 is #D2FB86. Grayscale: #1D1D1D. Windows color (decimal): -13826951 or 7930925. OLE color: 7930925.

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

Color convert

RGB 45 4 121 -
CMYK 0.63 0.97 0 0.53
HSL 261.03º 0.94% 0.25% -
HSV(B) 261.03º 0.97% 0.47% -
XYZ 4.58 2.03 18.24 -
YUV 29.6 179.58 138.99 -
System Red Green Blue C M Y K H S L
Decimal 45 4 121 0.63 0.97 0 0.53 261.03 0.94 0.25
Hex 2D 4 79 3F 61 0 35 105 5E 19
Octal 55 4 171 77 141 0 65 405 136 31
Binary 101101 100 1111001 111111 1100001 0 110101 100000101 1011110 11001

Color Harmonies of #2D0479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0479

Black with #2D0479

Text Example


Text Example

White with #2D0479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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