Html Css Color HEX #2D0595 Persian Indigo

📋 copy color: '#2D0595'

red 45 ◦ green 5 ◦ blue 149

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

Shades of Persian Indigo #2D0595

Tints of Persian Indigo #2D0595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 74.87%

R = 22.61%
G = 2.51%
B = 74.87%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2D0595 (or 0x2D0595) is known color: Persian Indigo. HEX triplet: 2D, 05 and 95. RGB value is (45,5,149). Sum of RGB (Red+Green+Blue) = 45+5+149=199 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.61% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #2D0595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0595 is #D2FA6A. Grayscale: #202020. Windows color (decimal): -13826667 or 9766189. OLE color: 9766189.

HSL color Cylindrical-coordinate representation of color #2D0595: hue angle of 256.67º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0595 is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 5 149 -
CMYK 0.70 0.97 0 0.42
HSL 256.67º 0.94% 0.3% -
HSV(B) 256.67º 0.97% 0.58% -
XYZ 6.56 2.84 28.64 -
YUV 33.38 193.25 136.29 -
System Red Green Blue C M Y K H S L
Decimal 45 5 149 0.70 0.97 0 0.42 256.67 0.94 0.3
Hex 2D 5 95 46 61 0 2A 101 5E 1E
Octal 55 5 225 106 141 0 52 401 136 36
Binary 101101 101 10010101 1000110 1100001 0 101010 100000001 1011110 11110

Color Harmonies of #2D0595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0595

Black with #2D0595

Text Example


Text Example

White with #2D0595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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