Html Css Color HEX #450385 Indigo

📋 copy color: '#450385'

red 69 ◦ green 3 ◦ blue 133

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

Shades of Indigo #450385

Tints of Indigo #450385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 33.66%
G = 1.46%
B = 64.88%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#450385 (or 0x450385) is known color: Indigo. HEX triplet: 45, 03 and 85. RGB value is (69,3,133). Sum of RGB (Red+Green+Blue) = 69+3+133=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #450385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450385 is #BAFC7A. Grayscale: #252525. Windows color (decimal): -12254331 or 8717125. OLE color: 8717125.

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

Color convert

RGB 69 3 133 -
CMYK 0.48 0.98 0 0.48
HSL 270.46º 0.96% 0.27% -
HSV(B) 270.46º 0.98% 0.52% -
XYZ 6.72 3.02 22.42 -
YUV 37.55 181.87 150.43 -
System Red Green Blue C M Y K H S L
Decimal 69 3 133 0.48 0.98 0 0.48 270.46 0.96 0.27
Hex 45 3 85 30 62 0 30 10E 60 1B
Octal 105 3 205 60 142 0 60 416 140 33
Binary 1000101 11 10000101 110000 1100010 0 110000 100001110 1100000 11011

Color Harmonies of #450385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450385

Black with #450385

Text Example


Text Example

White with #450385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450385; }

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

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

background-color css

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

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

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

border-color css

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

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

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