Html Css Color HEX #450058 Indigo

📋 copy color: '#450058'

red 69 ◦ green 0 ◦ blue 88

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

Shades of Indigo #450058

Tints of Indigo #450058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 56.05%

R = 43.95%
G = 0%
B = 56.05%

CMYK

 C value IS 0.22

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#450058 (or 0x450058) is known color: Indigo. HEX triplet: 45, 00 and 58. RGB value is (69,0,88). Sum of RGB (Red+Green+Blue) = 69+0+88=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #450058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450058 is #BAFFA7. Grayscale: #1E1E1E. Windows color (decimal): -12255144 or 5767237. OLE color: 5767237.

HSL color Cylindrical-coordinate representation of color #450058: hue angle of 287.05º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #450058 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 69 0 88 -
CMYK 0.22 1 0 0.65
HSL 287.05º 1% 0.17% -
HSV(B) 287.05º 1% 0.35% -
XYZ 4.22 1.97 9.39 -
YUV 30.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 69 0 88 0.22 1 0 0.65 287.05 1 0.17
Hex 45 0 58 16 64 0 41 11F 64 11
Octal 105 0 130 26 144 0 101 437 144 21
Binary 1000101 0 1011000 10110 1100100 0 1000001 100011111 1100100 10001

Color Harmonies of #450058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450058

Black with #450058

Text Example


Text Example

White with #450058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450058; }

 p { color: rgb(69,0,88); }

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

background-color css

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

 a { background-color: rgb(69,0,88); }

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

border-color css

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

 span { border-color: rgb(69,0,88); }

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