Html Css Color HEX #2D2078 Persian Indigo

📋 copy color: '#2D2078'

red 45 ◦ green 32 ◦ blue 120

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

Shades of Persian Indigo #2D2078

Tints of Persian Indigo #2D2078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.24%

 BLUE value IS 120 (47.27% from 255) = 60.91%

R = 22.84%
G = 16.24%
B = 60.91%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D2078 (or 0x2D2078) is known color: Persian Indigo. HEX triplet: 2D, 20 and 78. RGB value is (45,32,120). Sum of RGB (Red+Green+Blue) = 45+32+120=197 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.84% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D2078 is #D2DF87. Grayscale: #2D2D2D. Windows color (decimal): -13819784 or 7872557. OLE color: 7872557.

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

Color convert

RGB 45 32 120 -
CMYK 0.63 0.73 0 0.53
HSL 248.86º 0.58% 0.3% -
HSV(B) 248.86º 0.73% 0.47% -
XYZ 4.99 2.95 18.08 -
YUV 45.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 45 32 120 0.63 0.73 0 0.53 248.86 0.58 0.3
Hex 2D 20 78 3F 49 0 35 F9 3A 1E
Octal 55 40 170 77 111 0 65 371 72 36
Binary 101101 100000 1111000 111111 1001001 0 110101 11111001 111010 11110

Color Harmonies of #2D2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2078

Black with #2D2078

Text Example


Text Example

White with #2D2078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,32,120); }

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

background-color css

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

 a { background-color: rgb(45,32,120); }

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

border-color css

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

 span { border-color: rgb(45,32,120); }

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