Html Css Color HEX #450192 Indigo

📋 copy color: '#450192'

red 69 ◦ green 1 ◦ blue 146

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

Shades of Indigo #450192

Tints of Indigo #450192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 31.94%
G = 0.46%
B = 67.59%

CMYK

 C value IS 0.53

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#450192 (or 0x450192) is known color: Indigo. HEX triplet: 45, 01 and 92. RGB value is (69,1,146). Sum of RGB (Red+Green+Blue) = 69+1+146=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #450192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450192 is #BAFE6D. Grayscale: #252525. Windows color (decimal): -12254830 or 9568581. OLE color: 9568581.

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

Color convert

RGB 69 1 146 -
CMYK 0.53 0.99 0 0.43
HSL 268.14º 0.99% 0.29% -
HSV(B) 268.14º 0.99% 0.57% -
XYZ 7.65 3.36 27.44 -
YUV 37.86 189.03 150.21 -
System Red Green Blue C M Y K H S L
Decimal 69 1 146 0.53 0.99 0 0.43 268.14 0.99 0.29
Hex 45 1 92 35 63 0 2B 10C 63 1D
Octal 105 1 222 65 143 0 53 414 143 35
Binary 1000101 1 10010010 110101 1100011 0 101011 100001100 1100011 11101

Color Harmonies of #450192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450192

Black with #450192

Text Example


Text Example

White with #450192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450192; }

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

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

background-color css

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

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

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

border-color css

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

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

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