Html Css Color HEX #2D0578 Persian Indigo

📋 copy color: '#2D0578'

red 45 ◦ green 5 ◦ blue 120

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

Shades of Persian Indigo #2D0578

Tints of Persian Indigo #2D0578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

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

R = 26.47%
G = 2.94%
B = 70.59%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D0578 (or 0x2D0578) is known color: Persian Indigo. HEX triplet: 2D, 05 and 78. RGB value is (45,5,120). Sum of RGB (Red+Green+Blue) = 45+5+120=170 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.47% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D0578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0578 is #D2FA87. Grayscale: #1D1D1D. Windows color (decimal): -13826696 or 7865645. OLE color: 7865645.

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

Color convert

RGB 45 5 120 -
CMYK 0.63 0.96 0 0.53
HSL 260.87º 0.92% 0.25% -
HSV(B) 260.87º 0.96% 0.47% -
XYZ 4.53 2.02 17.92 -
YUV 30.07 178.75 138.65 -
System Red Green Blue C M Y K H S L
Decimal 45 5 120 0.63 0.96 0 0.53 260.87 0.92 0.25
Hex 2D 5 78 3F 60 0 35 105 5C 19
Octal 55 5 170 77 140 0 65 405 134 31
Binary 101101 101 1111000 111111 1100000 0 110101 100000101 1011100 11001

Color Harmonies of #2D0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0578

Black with #2D0578

Text Example


Text Example

White with #2D0578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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