Html Css Color HEX #450865 Indigo

📋 copy color: '#450865'

red 69 ◦ green 8 ◦ blue 101

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

Shades of Indigo #450865

Tints of Indigo #450865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.49%

 BLUE value IS 101 (39.84% from 255) = 56.74%

R = 38.76%
G = 4.49%
B = 56.74%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#450865 (or 0x450865) is known color: Indigo. HEX triplet: 45, 08 and 65. RGB value is (69,8,101). Sum of RGB (Red+Green+Blue) = 69+8+101=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 101 (39.84% from 255 or 56.74% from 178); Max value from RGB is 101 - color contains mainly: blue. Hex color #450865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450865 is #BAF79A. Grayscale: #242424. Windows color (decimal): -12253083 or 6621253. OLE color: 6621253.

HSL color Cylindrical-coordinate representation of color #450865: hue angle of 279.35º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #450865 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 69 8 101 -
CMYK 0.32 0.92 0 0.60
HSL 279.35º 0.85% 0.21% -
HSV(B) 279.35º 0.92% 0.4% -
XYZ 4.89 2.38 12.51 -
YUV 36.84 164.21 150.94 -
System Red Green Blue C M Y K H S L
Decimal 69 8 101 0.32 0.92 0 0.60 279.35 0.85 0.21
Hex 45 8 65 20 5C 0 3C 117 55 15
Octal 105 10 145 40 134 0 74 427 125 25
Binary 1000101 1000 1100101 100000 1011100 0 111100 100010111 1010101 10101

Color Harmonies of #450865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450865

Black with #450865

Text Example


Text Example

White with #450865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450865; }

 p { color: rgb(69,8,101); }

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

background-color css

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

 a { background-color: rgb(69,8,101); }

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

border-color css

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

 span { border-color: rgb(69,8,101); }

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