Html Css Color HEX #450698 Indigo

📋 copy color: '#450698'

red 69 ◦ green 6 ◦ blue 152

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

Shades of Indigo #450698

Tints of Indigo #450698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.64%

 BLUE value IS 152 (59.77% from 255) = 66.96%

R = 30.4%
G = 2.64%
B = 66.96%

CMYK

 C value IS 0.55

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#450698 (or 0x450698) is known color: Indigo. HEX triplet: 45, 06 and 98. RGB value is (69,6,152). Sum of RGB (Red+Green+Blue) = 69+6+152=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #450698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450698 is #BAF967. Grayscale: #282828. Windows color (decimal): -12253544 or 9963077. OLE color: 9963077.

HSL color Cylindrical-coordinate representation of color #450698: hue angle of 265.89º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #450698 is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 69 6 152 -
CMYK 0.55 0.96 0 0.40
HSL 265.89º 0.92% 0.31% -
HSV(B) 265.89º 0.96% 0.6% -
XYZ 8.19 3.66 29.98 -
YUV 41.48 190.37 147.63 -
System Red Green Blue C M Y K H S L
Decimal 69 6 152 0.55 0.96 0 0.40 265.89 0.92 0.31
Hex 45 6 98 37 60 0 28 10A 5C 1F
Octal 105 6 230 67 140 0 50 412 134 37
Binary 1000101 110 10011000 110111 1100000 0 101000 100001010 1011100 11111

Color Harmonies of #450698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450698

Black with #450698

Text Example


Text Example

White with #450698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450698; }

 p { color: rgb(69,6,152); }

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

background-color css

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

 a { background-color: rgb(69,6,152); }

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

border-color css

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

 span { border-color: rgb(69,6,152); }

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