Html Css Color HEX #2D0279 Persian Indigo

📋 copy color: '#2D0279'

red 45 ◦ green 2 ◦ blue 121

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

Shades of Persian Indigo #2D0279

Tints of Persian Indigo #2D0279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.19%

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

R = 26.79%
G = 1.19%
B = 72.02%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D0279 (or 0x2D0279) is known color: Persian Indigo. HEX triplet: 2D, 02 and 79. RGB value is (45,2,121). Sum of RGB (Red+Green+Blue) = 45+2+121=168 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.79% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 121 (47.66% from 255 or 72.02% from 168); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D0279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0279 is #D2FD86. Grayscale: #1B1B1B. Windows color (decimal): -13827463 or 7930413. OLE color: 7930413.

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

Color convert

RGB 45 2 121 -
CMYK 0.63 0.98 0 0.53
HSL 261.68º 0.97% 0.24% -
HSV(B) 261.68º 0.98% 0.47% -
XYZ 4.56 1.98 18.23 -
YUV 28.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 45 2 121 0.63 0.98 0 0.53 261.68 0.97 0.24
Hex 2D 2 79 3F 62 0 35 106 61 18
Octal 55 2 171 77 142 0 65 406 141 30
Binary 101101 10 1111001 111111 1100010 0 110101 100000110 1100001 11000

Color Harmonies of #2D0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0279

Black with #2D0279

Text Example


Text Example

White with #2D0279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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