Html Css Color HEX #450C9E Indigo

📋 copy color: '#450C9E'

red 69 ◦ green 12 ◦ blue 158

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

Shades of Indigo #450C9E

Tints of Indigo #450C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 66.11%

R = 28.87%
G = 5.02%
B = 66.11%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#450C9E (or 0x450C9E) is known color: Indigo. HEX triplet: 45, 0C and 9E. RGB value is (69,12,158). Sum of RGB (Red+Green+Blue) = 69+12+158=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 158 (62.11% from 255 or 66.11% from 239); Max value from RGB is 158 - color contains mainly: blue. Hex color #450C9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450C9E is #BAF361. Grayscale: #2D2D2D. Windows color (decimal): -12252002 or 10357829. OLE color: 10357829.

HSL color Cylindrical-coordinate representation of color #450C9E: hue angle of 263.42º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450C9E is Cyan = 0.56, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 12 158 -
CMYK 0.56 0.92 0 0.38
HSL 263.42º 0.86% 0.33% -
HSV(B) 263.42º 0.92% 0.62% -
XYZ 8.76 4 32.66 -
YUV 45.69 191.38 144.63 -
System Red Green Blue C M Y K H S L
Decimal 69 12 158 0.56 0.92 0 0.38 263.42 0.86 0.33
Hex 45 C 9E 38 5C 0 26 107 56 21
Octal 105 14 236 70 134 0 46 407 126 41
Binary 1000101 1100 10011110 111000 1011100 0 100110 100000111 1010110 100001

Color Harmonies of #450C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450C9E

Black with #450C9E

Text Example


Text Example

White with #450C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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