Html Css Color HEX #450378 Indigo

📋 copy color: '#450378'

red 69 ◦ green 3 ◦ blue 120

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

Shades of Indigo #450378

Tints of Indigo #450378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 62.5%

R = 35.94%
G = 1.56%
B = 62.5%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#450378 (or 0x450378) is known color: Indigo. HEX triplet: 45, 03 and 78. RGB value is (69,3,120). Sum of RGB (Red+Green+Blue) = 69+3+120=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #450378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450378 is #BAFC87. Grayscale: #232323. Windows color (decimal): -12254344 or 7865157. OLE color: 7865157.

HSL color Cylindrical-coordinate representation of color #450378: hue angle of 273.85º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #450378 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 3 120 -
CMYK 0.42 0.98 0 0.53
HSL 273.85º 0.95% 0.24% -
HSV(B) 273.85º 0.98% 0.47% -
XYZ 5.88 2.69 17.98 -
YUV 36.07 175.37 151.49 -
System Red Green Blue C M Y K H S L
Decimal 69 3 120 0.42 0.98 0 0.53 273.85 0.95 0.24
Hex 45 3 78 2A 62 0 35 112 5F 18
Octal 105 3 170 52 142 0 65 422 137 30
Binary 1000101 11 1111000 101010 1100010 0 110101 100010010 1011111 11000

Color Harmonies of #450378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450378

Black with #450378

Text Example


Text Example

White with #450378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450378; }

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

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

background-color css

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

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

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

border-color css

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

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

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