Html Css Color HEX #2D2588 Persian Indigo

📋 copy color: '#2D2588'

red 45 ◦ green 37 ◦ blue 136

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

Shades of Persian Indigo #2D2588

Tints of Persian Indigo #2D2588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 62.39%

R = 20.64%
G = 16.97%
B = 62.39%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2D2588 (or 0x2D2588) is known color: Persian Indigo. HEX triplet: 2D, 25 and 88. RGB value is (45,37,136). Sum of RGB (Red+Green+Blue) = 45+37+136=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 136 (53.52% from 255 or 62.39% from 218); Max value from RGB is 136 - color contains mainly: blue. Hex color #2D2588 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D2588 is #D2DA77. Grayscale: #323232. Windows color (decimal): -13818488 or 8922413. OLE color: 8922413.

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

Color convert

RGB 45 37 136 -
CMYK 0.67 0.73 0 0.47
HSL 244.85º 0.57% 0.34% -
HSV(B) 244.85º 0.73% 0.53% -
XYZ 6.19 3.66 23.67 -
YUV 50.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 45 37 136 0.67 0.73 0 0.47 244.85 0.57 0.34
Hex 2D 25 88 43 49 0 2F F5 39 22
Octal 55 45 210 103 111 0 57 365 71 42
Binary 101101 100101 10001000 1000011 1001001 0 101111 11110101 111001 100010

Color Harmonies of #2D2588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D2588

Black with #2D2588

Text Example


Text Example

White with #2D2588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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