Html Css Color HEX #450392 Indigo

📋 copy color: '#450392'

red 69 ◦ green 3 ◦ blue 146

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

Shades of Indigo #450392

Tints of Indigo #450392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 66.97%

R = 31.65%
G = 1.38%
B = 66.97%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#450392 (or 0x450392) is known color: Indigo. HEX triplet: 45, 03 and 92. RGB value is (69,3,146). Sum of RGB (Red+Green+Blue) = 69+3+146=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 146 (57.42% from 255 or 66.97% from 218); Max value from RGB is 146 - color contains mainly: blue. Hex color #450392 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450392 is #BAFC6D. Grayscale: #262626. Windows color (decimal): -12254318 or 9569093. OLE color: 9569093.

HSL color Cylindrical-coordinate representation of color #450392: hue angle of 267.69º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #450392 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 69 3 146 -
CMYK 0.53 0.98 0 0.43
HSL 267.69º 0.96% 0.29% -
HSV(B) 267.69º 0.98% 0.57% -
XYZ 7.68 3.41 27.45 -
YUV 39.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 69 3 146 0.53 0.98 0 0.43 267.69 0.96 0.29
Hex 45 3 92 35 62 0 2B 10C 60 1D
Octal 105 3 222 65 142 0 53 414 140 35
Binary 1000101 11 10010010 110101 1100010 0 101011 100001100 1100000 11101

Color Harmonies of #450392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450392

Black with #450392

Text Example


Text Example

White with #450392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450392; }

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

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

background-color css

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

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

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

border-color css

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

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

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