Html Css Color HEX #2D2479 Persian Indigo

📋 copy color: '#2D2479'

red 45 ◦ green 36 ◦ blue 121

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

Shades of Persian Indigo #2D2479

Tints of Persian Indigo #2D2479

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.82%

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

R = 22.28%
G = 17.82%
B = 59.9%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D2479 (or 0x2D2479) is known color: Persian Indigo. HEX triplet: 2D, 24 and 79. RGB value is (45,36,121). Sum of RGB (Red+Green+Blue) = 45+36+121=202 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.28% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D2479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2479 is #D2DB86. Grayscale: #303030. Windows color (decimal): -13818759 or 7939117. OLE color: 7939117.

HSL color Cylindrical-coordinate representation of color #2D2479: hue angle of 246.35º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D2479 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 36 121 -
CMYK 0.63 0.70 0 0.53
HSL 246.35º 0.54% 0.31% -
HSV(B) 246.35º 0.7% 0.47% -
XYZ 5.16 3.2 18.43 -
YUV 48.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 45 36 121 0.63 0.70 0 0.53 246.35 0.54 0.31
Hex 2D 24 79 3F 46 0 35 F6 36 1F
Octal 55 44 171 77 106 0 65 366 66 37
Binary 101101 100100 1111001 111111 1000110 0 110101 11110110 110110 11111

Color Harmonies of #2D2479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2479

Black with #2D2479

Text Example


Text Example

White with #2D2479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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