Html Css Color HEX #450965 Indigo

📋 copy color: '#450965'

red 69 ◦ green 9 ◦ blue 101

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

Shades of Indigo #450965

Tints of Indigo #450965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.03%

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

R = 38.55%
G = 5.03%
B = 56.42%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#450965 (or 0x450965) is known color: Indigo. HEX triplet: 45, 09 and 65. RGB value is (69,9,101). Sum of RGB (Red+Green+Blue) = 69+9+101=179 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.55% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #450965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450965 is #BAF69A. Grayscale: #252525. Windows color (decimal): -12252827 or 6621509. OLE color: 6621509.

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

Color convert

RGB 69 9 101 -
CMYK 0.32 0.91 0 0.60
HSL 279.13º 0.84% 0.22% -
HSV(B) 279.13º 0.91% 0.4% -
XYZ 4.9 2.4 12.52 -
YUV 37.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 69 9 101 0.32 0.91 0 0.60 279.13 0.84 0.22
Hex 45 9 65 20 5B 0 3C 117 54 16
Octal 105 11 145 40 133 0 74 427 124 26
Binary 1000101 1001 1100101 100000 1011011 0 111100 100010111 1010100 10110

Color Harmonies of #450965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450965

Black with #450965

Text Example


Text Example

White with #450965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450965; }

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

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

background-color css

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

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

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

border-color css

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

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

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