Html Css Color HEX #451588 Persian Indigo

📋 copy color: '#451588'

red 69 ◦ green 21 ◦ blue 136

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

Shades of Persian Indigo #451588

Tints of Persian Indigo #451588

RGB

 RED value IS 69 (27.34% from 255) = 30.53%

 GREEN value IS 21 (8.59% from 255) = 9.29%

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

R = 30.53%
G = 9.29%
B = 60.18%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#451588 (or 0x451588) is known color: Persian Indigo. HEX triplet: 45, 15 and 88. RGB value is (69,21,136). Sum of RGB (Red+Green+Blue) = 69+21+136=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #451588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451588 is #BAEA77. Grayscale: #303030. Windows color (decimal): -12249720 or 8918341. OLE color: 8918341.

HSL color Cylindrical-coordinate representation of color #451588: hue angle of 265.04º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451588 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 21 136 -
CMYK 0.49 0.85 0 0.47
HSL 265.04º 0.73% 0.31% -
HSV(B) 265.04º 0.85% 0.53% -
XYZ 7.17 3.58 23.61 -
YUV 48.46 177.4 142.65 -
System Red Green Blue C M Y K H S L
Decimal 69 21 136 0.49 0.85 0 0.47 265.04 0.73 0.31
Hex 45 15 88 31 55 0 2F 109 49 1F
Octal 105 25 210 61 125 0 57 411 111 37
Binary 1000101 10101 10001000 110001 1010101 0 101111 100001001 1001001 11111

Color Harmonies of #451588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451588

Black with #451588

Text Example


Text Example

White with #451588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451588; }

 p { color: rgb(69,21,136); }

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

background-color css

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

 a { background-color: rgb(69,21,136); }

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

border-color css

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

 span { border-color: rgb(69,21,136); }

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