Html Css Color HEX #450185 Indigo

📋 copy color: '#450185'

red 69 ◦ green 1 ◦ blue 133

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

Shades of Indigo #450185

Tints of Indigo #450185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 33.99%
G = 0.49%
B = 65.52%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#450185 (or 0x450185) is known color: Indigo. HEX triplet: 45, 01 and 85. RGB value is (69,1,133). Sum of RGB (Red+Green+Blue) = 69+1+133=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #450185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #450185 is #BAFE7A. Grayscale: #232323. Windows color (decimal): -12254843 or 8716613. OLE color: 8716613.

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

Color convert

RGB 69 1 133 -
CMYK 0.48 0.99 0 0.48
HSL 270.91º 0.99% 0.26% -
HSV(B) 270.91º 0.99% 0.52% -
XYZ 6.7 2.98 22.41 -
YUV 36.38 182.53 151.27 -
System Red Green Blue C M Y K H S L
Decimal 69 1 133 0.48 0.99 0 0.48 270.91 0.99 0.26
Hex 45 1 85 30 63 0 30 10F 63 1A
Octal 105 1 205 60 143 0 60 417 143 32
Binary 1000101 1 10000101 110000 1100011 0 110000 100001111 1100011 11010

Color Harmonies of #450185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450185

Black with #450185

Text Example


Text Example

White with #450185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450185; }

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

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

background-color css

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

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

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

border-color css

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

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

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