Html Css Color HEX #450398 Indigo

📋 copy color: '#450398'

red 69 ◦ green 3 ◦ blue 152

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

Shades of Indigo #450398

Tints of Indigo #450398

RGB

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

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

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

R = 30.8%
G = 1.34%
B = 67.86%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#450398 (or 0x450398) is known color: Indigo. HEX triplet: 45, 03 and 98. RGB value is (69,3,152). Sum of RGB (Red+Green+Blue) = 69+3+152=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #450398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450398 is #BAFC67. Grayscale: #272727. Windows color (decimal): -12254312 or 9962309. OLE color: 9962309.

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

Color convert

RGB 69 3 152 -
CMYK 0.55 0.98 0 0.40
HSL 266.58º 0.96% 0.3% -
HSV(B) 266.58º 0.98% 0.6% -
XYZ 8.15 3.6 29.97 -
YUV 39.72 191.37 148.88 -
System Red Green Blue C M Y K H S L
Decimal 69 3 152 0.55 0.98 0 0.40 266.58 0.96 0.3
Hex 45 3 98 37 62 0 28 10B 60 1E
Octal 105 3 230 67 142 0 50 413 140 36
Binary 1000101 11 10011000 110111 1100010 0 101000 100001011 1100000 11110

Color Harmonies of #450398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450398

Black with #450398

Text Example


Text Example

White with #450398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450398; }

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

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

background-color css

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

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

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

border-color css

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

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

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