Html Css Color HEX #450C69 Indigo

📋 copy color: '#450C69'

red 69 ◦ green 12 ◦ blue 105

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

Shades of Indigo #450C69

Tints of Indigo #450C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 56.45%

R = 37.1%
G = 6.45%
B = 56.45%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#450C69 (or 0x450C69) is known color: Indigo. HEX triplet: 45, 0C and 69. RGB value is (69,12,105). Sum of RGB (Red+Green+Blue) = 69+12+105=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #450C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C69 is #BAF396. Grayscale: #272727. Windows color (decimal): -12252055 or 6884421. OLE color: 6884421.

HSL color Cylindrical-coordinate representation of color #450C69: hue angle of 276.77º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #450C69 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 12 105 -
CMYK 0.34 0.89 0 0.59
HSL 276.77º 0.79% 0.23% -
HSV(B) 276.77º 0.89% 0.41% -
XYZ 5.14 2.55 13.59 -
YUV 39.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 69 12 105 0.34 0.89 0 0.59 276.77 0.79 0.23
Hex 45 C 69 22 59 0 3B 115 4F 17
Octal 105 14 151 42 131 0 73 425 117 27
Binary 1000101 1100 1101001 100010 1011001 0 111011 100010101 1001111 10111

Color Harmonies of #450C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450C69

Black with #450C69

Text Example


Text Example

White with #450C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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