Html Css Color HEX #451082 Indigo

📋 copy color: '#451082'

red 69 ◦ green 16 ◦ blue 130

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

Shades of Indigo #451082

Tints of Indigo #451082

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

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

R = 32.09%
G = 7.44%
B = 60.47%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#451082 (or 0x451082) is known color: Indigo. HEX triplet: 45, 10 and 82. RGB value is (69,16,130). Sum of RGB (Red+Green+Blue) = 69+16+130=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #451082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451082 is #BAEF7D. Grayscale: #2C2C2C. Windows color (decimal): -12251006 or 8523845. OLE color: 8523845.

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

Color convert

RGB 69 16 130 -
CMYK 0.47 0.88 0 0.49
HSL 267.89º 0.78% 0.29% -
HSV(B) 267.89º 0.88% 0.51% -
XYZ 6.67 3.25 21.39 -
YUV 44.84 176.06 145.23 -
System Red Green Blue C M Y K H S L
Decimal 69 16 130 0.47 0.88 0 0.49 267.89 0.78 0.29
Hex 45 10 82 2F 58 0 31 10C 4E 1D
Octal 105 20 202 57 130 0 61 414 116 35
Binary 1000101 10000 10000010 101111 1011000 0 110001 100001100 1001110 11101

Color Harmonies of #451082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451082

Black with #451082

Text Example


Text Example

White with #451082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451082; }

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

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

background-color css

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

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

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

border-color css

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

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

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