Html Css Color HEX #451688 Persian Indigo

📋 copy color: '#451688'

red 69 ◦ green 22 ◦ blue 136

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

Shades of Persian Indigo #451688

Tints of Persian Indigo #451688

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.69%

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

R = 30.4%
G = 9.69%
B = 59.91%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#451688 (or 0x451688) is known color: Persian Indigo. HEX triplet: 45, 16 and 88. RGB value is (69,22,136). Sum of RGB (Red+Green+Blue) = 69+22+136=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #451688 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451688 is #BAE977. Grayscale: #303030. Windows color (decimal): -12249464 or 8918597. OLE color: 8918597.

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

Color convert

RGB 69 22 136 -
CMYK 0.49 0.84 0 0.47
HSL 264.74º 0.72% 0.31% -
HSV(B) 264.74º 0.84% 0.53% -
XYZ 7.19 3.62 23.61 -
YUV 49.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 69 22 136 0.49 0.84 0 0.47 264.74 0.72 0.31
Hex 45 16 88 31 54 0 2F 109 48 1F
Octal 105 26 210 61 124 0 57 411 110 37
Binary 1000101 10110 10001000 110001 1010100 0 101111 100001001 1001000 11111

Color Harmonies of #451688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451688

Black with #451688

Text Example


Text Example

White with #451688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451688; }

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

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

background-color css

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

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

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

border-color css

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

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

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