Html Css Color HEX #450C63 Indigo

📋 copy color: '#450C63'

red 69 ◦ green 12 ◦ blue 99

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

Shades of Indigo #450C63

Tints of Indigo #450C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 55%

R = 38.33%
G = 6.67%
B = 55%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#450C63 (or 0x450C63) is known color: Indigo. HEX triplet: 45, 0C and 63. RGB value is (69,12,99). Sum of RGB (Red+Green+Blue) = 69+12+99=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 99 (39.06% from 255 or 55% from 180); Max value from RGB is 99 - color contains mainly: blue. Hex color #450C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450C63 is #BAF39C. Grayscale: #262626. Windows color (decimal): -12252061 or 6491205. OLE color: 6491205.

HSL color Cylindrical-coordinate representation of color #450C63: hue angle of 279.31º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #450C63 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 69 12 99 -
CMYK 0.30 0.88 0 0.61
HSL 279.31º 0.78% 0.22% -
HSV(B) 279.31º 0.88% 0.39% -
XYZ 4.84 2.43 12.02 -
YUV 38.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 69 12 99 0.30 0.88 0 0.61 279.31 0.78 0.22
Hex 45 C 63 1E 58 0 3D 117 4E 16
Octal 105 14 143 36 130 0 75 427 116 26
Binary 1000101 1100 1100011 11110 1011000 0 111101 100010111 1001110 10110

Color Harmonies of #450C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450C63

Black with #450C63

Text Example


Text Example

White with #450C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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