Html Css Color HEX #451381 Indigo

📋 copy color: '#451381'

red 69 ◦ green 19 ◦ blue 129

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

Shades of Indigo #451381

Tints of Indigo #451381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.76%

 BLUE value IS 129 (50.78% from 255) = 59.45%

R = 31.8%
G = 8.76%
B = 59.45%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#451381 (or 0x451381) is known color: Indigo. HEX triplet: 45, 13 and 81. RGB value is (69,19,129). Sum of RGB (Red+Green+Blue) = 69+19+129=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #451381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451381 is #BAEC7E. Grayscale: #2E2E2E. Windows color (decimal): -12250239 or 8459077. OLE color: 8459077.

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

Color convert

RGB 69 19 129 -
CMYK 0.47 0.85 0 0.49
HSL 267.27º 0.74% 0.29% -
HSV(B) 267.27º 0.85% 0.51% -
XYZ 6.65 3.32 21.06 -
YUV 46.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 69 19 129 0.47 0.85 0 0.49 267.27 0.74 0.29
Hex 45 13 81 2F 55 0 31 10B 4A 1D
Octal 105 23 201 57 125 0 61 413 112 35
Binary 1000101 10011 10000001 101111 1010101 0 110001 100001011 1001010 11101

Color Harmonies of #451381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451381

Black with #451381

Text Example


Text Example

White with #451381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451381; }

 p { color: rgb(69,19,129); }

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

background-color css

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

 a { background-color: rgb(69,19,129); }

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

border-color css

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

 span { border-color: rgb(69,19,129); }

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