Html Css Color HEX #2D0586 Persian Indigo

📋 copy color: '#2D0586'

red 45 ◦ green 5 ◦ blue 134

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

Shades of Persian Indigo #2D0586

Tints of Persian Indigo #2D0586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 72.83%

R = 24.46%
G = 2.72%
B = 72.83%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2D0586 (or 0x2D0586) is known color: Persian Indigo. HEX triplet: 2D, 05 and 86. RGB value is (45,5,134). Sum of RGB (Red+Green+Blue) = 45+5+134=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 134 (52.73% from 255 or 72.83% from 184); Max value from RGB is 134 - color contains mainly: blue. Hex color #2D0586 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0586 is #D2FA79. Grayscale: #1F1F1F. Windows color (decimal): -13826682 or 8783149. OLE color: 8783149.

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

Color convert

RGB 45 5 134 -
CMYK 0.66 0.96 0 0.47
HSL 258.6º 0.93% 0.27% -
HSV(B) 258.6º 0.96% 0.53% -
XYZ 5.44 2.39 22.73 -
YUV 31.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 45 5 134 0.66 0.96 0 0.47 258.6 0.93 0.27
Hex 2D 5 86 42 60 0 2F 103 5D 1B
Octal 55 5 206 102 140 0 57 403 135 33
Binary 101101 101 10000110 1000010 1100000 0 101111 100000011 1011101 11011

Color Harmonies of #2D0586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0586

Black with #2D0586

Text Example


Text Example

White with #2D0586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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