Html Css Color HEX #2D2589 Persian Indigo

📋 copy color: '#2D2589'

red 45 ◦ green 37 ◦ blue 137

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

Shades of Persian Indigo #2D2589

Tints of Persian Indigo #2D2589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.89%

 BLUE value IS 137 (53.91% from 255) = 62.56%

R = 20.55%
G = 16.89%
B = 62.56%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D2589 (or 0x2D2589) is known color: Persian Indigo. HEX triplet: 2D, 25 and 89. RGB value is (45,37,137). Sum of RGB (Red+Green+Blue) = 45+37+137=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 137 (53.91% from 255 or 62.56% from 219); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D2589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2589 is #D2DA76. Grayscale: #323232. Windows color (decimal): -13818487 or 8987949. OLE color: 8987949.

HSL color Cylindrical-coordinate representation of color #2D2589: hue angle of 244.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D2589 is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 37 137 -
CMYK 0.67 0.73 0 0.46
HSL 244.8º 0.57% 0.34% -
HSV(B) 244.8º 0.73% 0.54% -
XYZ 6.26 3.69 24.05 -
YUV 50.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 45 37 137 0.67 0.73 0 0.46 244.8 0.57 0.34
Hex 2D 25 89 43 49 0 2E F5 39 22
Octal 55 45 211 103 111 0 56 365 71 42
Binary 101101 100101 10001001 1000011 1001001 0 101110 11110101 111001 100010

Color Harmonies of #2D2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2589

Black with #2D2589

Text Example


Text Example

White with #2D2589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,37,137); }

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

background-color css

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

 a { background-color: rgb(45,37,137); }

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

border-color css

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

 span { border-color: rgb(45,37,137); }

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