Html Css Color HEX #451283 Indigo

📋 copy color: '#451283'

red 69 ◦ green 18 ◦ blue 131

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

Shades of Indigo #451283

Tints of Indigo #451283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 60.09%

R = 31.65%
G = 8.26%
B = 60.09%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#451283 (or 0x451283) is known color: Indigo. HEX triplet: 45, 12 and 83. RGB value is (69,18,131). Sum of RGB (Red+Green+Blue) = 69+18+131=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 131 (51.56% from 255 or 60.09% from 218); Max value from RGB is 131 - color contains mainly: blue. Hex color #451283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451283 is #BAED7C. Grayscale: #2D2D2D. Windows color (decimal): -12250493 or 8589893. OLE color: 8589893.

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

Color convert

RGB 69 18 131 -
CMYK 0.47 0.86 0 0.49
HSL 267.08º 0.76% 0.29% -
HSV(B) 267.08º 0.86% 0.51% -
XYZ 6.77 3.34 21.76 -
YUV 46.13 175.9 144.31 -
System Red Green Blue C M Y K H S L
Decimal 69 18 131 0.47 0.86 0 0.49 267.08 0.76 0.29
Hex 45 12 83 2F 56 0 31 10B 4C 1D
Octal 105 22 203 57 126 0 61 413 114 35
Binary 1000101 10010 10000011 101111 1010110 0 110001 100001011 1001100 11101

Color Harmonies of #451283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451283

Black with #451283

Text Example


Text Example

White with #451283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451283; }

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

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

background-color css

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

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

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

border-color css

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

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

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