Html Css Color HEX #451385 Indigo

📋 copy color: '#451385'

red 69 ◦ green 19 ◦ blue 133

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

Shades of Indigo #451385

Tints of Indigo #451385

RGB

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

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

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

R = 31.22%
G = 8.6%
B = 60.18%

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

#451385 (or 0x451385) is known color: Indigo. HEX triplet: 45, 13 and 85. RGB value is (69,19,133). Sum of RGB (Red+Green+Blue) = 69+19+133=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #451385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451385 is #BAEC7A. Grayscale: #2E2E2E. Windows color (decimal): -12250235 or 8721221. OLE color: 8721221.

HSL color Cylindrical-coordinate representation of color #451385: hue angle of 266.32º degrees, saturation: 0.75, 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 #451385 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 19 133 -
CMYK 0.48 0.86 0 0.48
HSL 266.32º 0.75% 0.3% -
HSV(B) 266.32º 0.86% 0.52% -
XYZ 6.92 3.42 22.49 -
YUV 46.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 69 19 133 0.48 0.86 0 0.48 266.32 0.75 0.3
Hex 45 13 85 30 56 0 30 10A 4B 1E
Octal 105 23 205 60 126 0 60 412 113 36
Binary 1000101 10011 10000101 110000 1010110 0 110000 100001010 1001011 11110

Color Harmonies of #451385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451385

Black with #451385

Text Example


Text Example

White with #451385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451385; }

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

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

background-color css

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

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

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

border-color css

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

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

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