Html Css Color HEX #450360 Indigo

📋 copy color: '#450360'

red 69 ◦ green 3 ◦ blue 96

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

Shades of Indigo #450360

Tints of Indigo #450360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

 BLUE value IS 96 (37.89% from 255) = 57.14%

R = 41.07%
G = 1.79%
B = 57.14%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#450360 (or 0x450360) is known color: Indigo. HEX triplet: 45, 03 and 60. RGB value is (69,3,96). Sum of RGB (Red+Green+Blue) = 69+3+96=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #450360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450360 is #BAFC9F. Grayscale: #212121. Windows color (decimal): -12254368 or 6292293. OLE color: 6292293.

HSL color Cylindrical-coordinate representation of color #450360: hue angle of 282.58º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450360 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 3 96 -
CMYK 0.28 0.97 0 0.62
HSL 282.58º 0.94% 0.19% -
HSV(B) 282.58º 0.97% 0.38% -
XYZ 4.6 2.17 11.24 -
YUV 33.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 69 3 96 0.28 0.97 0 0.62 282.58 0.94 0.19
Hex 45 3 60 1C 61 0 3E 11B 5E 13
Octal 105 3 140 34 141 0 76 433 136 23
Binary 1000101 11 1100000 11100 1100001 0 111110 100011011 1011110 10011

Color Harmonies of #450360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450360

Black with #450360

Text Example


Text Example

White with #450360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450360; }

 p { color: rgb(69,3,96); }

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

background-color css

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

 a { background-color: rgb(69,3,96); }

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

border-color css

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

 span { border-color: rgb(69,3,96); }

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