Html Css Color HEX #451286 Indigo

📋 copy color: '#451286'

red 69 ◦ green 18 ◦ blue 134

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

Shades of Indigo #451286

Tints of Indigo #451286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.14%

 BLUE value IS 134 (52.73% from 255) = 60.63%

R = 31.22%
G = 8.14%
B = 60.63%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#451286 (or 0x451286) is known color: Indigo. HEX triplet: 45, 12 and 86. RGB value is (69,18,134). Sum of RGB (Red+Green+Blue) = 69+18+134=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #451286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451286 is #BAED79. Grayscale: #2E2E2E. Windows color (decimal): -12250490 or 8786501. OLE color: 8786501.

HSL color Cylindrical-coordinate representation of color #451286: hue angle of 266.38º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #451286 is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 69 18 134 -
CMYK 0.49 0.87 0 0.47
HSL 266.38º 0.76% 0.3% -
HSV(B) 266.38º 0.87% 0.53% -
XYZ 6.97 3.42 22.85 -
YUV 46.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 69 18 134 0.49 0.87 0 0.47 266.38 0.76 0.3
Hex 45 12 86 31 57 0 2F 10A 4C 1E
Octal 105 22 206 61 127 0 57 412 114 36
Binary 1000101 10010 10000110 110001 1010111 0 101111 100001010 1001100 11110

Color Harmonies of #451286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451286

Black with #451286

Text Example


Text Example

White with #451286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451286; }

 p { color: rgb(69,18,134); }

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

background-color css

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

 a { background-color: rgb(69,18,134); }

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

border-color css

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

 span { border-color: rgb(69,18,134); }

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