Html Css Color HEX #450082 Indigo

📋 copy color: '#450082'

red 69 ◦ green 0 ◦ blue 130

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

Shades of Indigo #450082

Tints of Indigo #450082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 65.33%

R = 34.67%
G = 0%
B = 65.33%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#450082 (or 0x450082) is known color: Indigo. HEX triplet: 45, 00 and 82. RGB value is (69,0,130). Sum of RGB (Red+Green+Blue) = 69+0+130=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #450082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450082 is #BAFF7D. Grayscale: #232323. Windows color (decimal): -12255102 or 8519749. OLE color: 8519749.

HSL color Cylindrical-coordinate representation of color #450082: hue angle of 271.85º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450082 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 69 0 130 -
CMYK 0.47 1 0 0.49
HSL 271.85º 1% 0.25% -
HSV(B) 271.85º 1% 0.51% -
XYZ 6.48 2.88 21.33 -
YUV 35.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 69 0 130 0.47 1 0 0.49 271.85 1 0.25
Hex 45 0 82 2F 64 0 31 110 64 19
Octal 105 0 202 57 144 0 61 420 144 31
Binary 1000101 0 10000010 101111 1100100 0 110001 100010000 1100100 11001

Color Harmonies of #450082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450082

Black with #450082

Text Example


Text Example

White with #450082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450082; }

 p { color: rgb(69,0,130); }

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

background-color css

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

 a { background-color: rgb(69,0,130); }

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

border-color css

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

 span { border-color: rgb(69,0,130); }

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