Html Css Color HEX #451285 Indigo

📋 copy color: '#451285'

red 69 ◦ green 18 ◦ blue 133

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

Shades of Indigo #451285

Tints of Indigo #451285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.45%

R = 31.36%
G = 8.18%
B = 60.45%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#451285 (or 0x451285) is known color: Indigo. HEX triplet: 45, 12 and 85. RGB value is (69,18,133). Sum of RGB (Red+Green+Blue) = 69+18+133=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #451285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451285 is #BAED7A. Grayscale: #2D2D2D. Windows color (decimal): -12250491 or 8720965. OLE color: 8720965.

HSL color Cylindrical-coordinate representation of color #451285: hue angle of 266.61º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #451285 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 18 133 -
CMYK 0.48 0.86 0 0.48
HSL 266.61º 0.76% 0.3% -
HSV(B) 266.61º 0.86% 0.52% -
XYZ 6.9 3.39 22.48 -
YUV 46.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 69 18 133 0.48 0.86 0 0.48 266.61 0.76 0.3
Hex 45 12 85 30 56 0 30 10B 4C 1E
Octal 105 22 205 60 126 0 60 413 114 36
Binary 1000101 10010 10000101 110000 1010110 0 110000 100001011 1001100 11110

Color Harmonies of #451285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451285

Black with #451285

Text Example


Text Example

White with #451285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451285; }

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

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

background-color css

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

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

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

border-color css

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

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

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