Html Css Color HEX #450C89 Indigo

📋 copy color: '#450C89'

red 69 ◦ green 12 ◦ blue 137

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

Shades of Indigo #450C89

Tints of Indigo #450C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.5%

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

R = 31.65%
G = 5.5%
B = 62.84%

CMYK

 C value IS 0.50

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#450C89 (or 0x450C89) is known color: Indigo. HEX triplet: 45, 0C and 89. RGB value is (69,12,137). Sum of RGB (Red+Green+Blue) = 69+12+137=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #450C89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450C89 is #BAF376. Grayscale: #2A2A2A. Windows color (decimal): -12252023 or 8981573. OLE color: 8981573.

HSL color Cylindrical-coordinate representation of color #450C89: hue angle of 267.36º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450C89 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 69 12 137 -
CMYK 0.50 0.91 0 0.46
HSL 267.36º 0.84% 0.29% -
HSV(B) 267.36º 0.91% 0.54% -
XYZ 7.1 3.33 23.94 -
YUV 43.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 69 12 137 0.50 0.91 0 0.46 267.36 0.84 0.29
Hex 45 C 89 32 5B 0 2E 10B 54 1D
Octal 105 14 211 62 133 0 56 413 124 35
Binary 1000101 1100 10001001 110010 1011011 0 101110 100001011 1010100 11101

Color Harmonies of #450C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450C89

Black with #450C89

Text Example


Text Example

White with #450C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450C89; }

 p { color: rgb(69,12,137); }

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

background-color css

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

 a { background-color: rgb(69,12,137); }

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

border-color css

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

 span { border-color: rgb(69,12,137); }

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