Html Css Color HEX #450162 Indigo

📋 copy color: '#450162'

red 69 ◦ green 1 ◦ blue 98

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

Shades of Indigo #450162

Tints of Indigo #450162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 58.33%

R = 41.07%
G = 0.6%
B = 58.33%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#450162 (or 0x450162) is known color: Indigo. HEX triplet: 45, 01 and 62. RGB value is (69,1,98). Sum of RGB (Red+Green+Blue) = 69+1+98=168 (22% of max value = 765). Red value is 69 (27.34% from 255 or 41.07% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #450162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450162 is #BAFE9D. Grayscale: #202020. Windows color (decimal): -12254878 or 6422853. OLE color: 6422853.

HSL color Cylindrical-coordinate representation of color #450162: hue angle of 282.06º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #450162 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 69 1 98 -
CMYK 0.30 0.99 0 0.62
HSL 282.06º 0.98% 0.19% -
HSV(B) 282.06º 0.99% 0.38% -
XYZ 4.67 2.17 11.73 -
YUV 32.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 69 1 98 0.30 0.99 0 0.62 282.06 0.98 0.19
Hex 45 1 62 1E 63 0 3E 11A 62 13
Octal 105 1 142 36 143 0 76 432 142 23
Binary 1000101 1 1100010 11110 1100011 0 111110 100011010 1100010 10011

Color Harmonies of #450162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450162

Black with #450162

Text Example


Text Example

White with #450162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450162; }

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

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

background-color css

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

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

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

border-color css

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

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

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