Html Css Color HEX #45029F Indigo

📋 copy color: '#45029F'

red 69 ◦ green 2 ◦ blue 159

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

Shades of Indigo #45029F

Tints of Indigo #45029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 159 (62.5% from 255) = 69.13%

R = 30%
G = 0.87%
B = 69.13%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45029F (or 0x45029F) is known color: Indigo. HEX triplet: 45, 02 and 9F. RGB value is (69,2,159). Sum of RGB (Red+Green+Blue) = 69+2+159=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 159 (62.5% from 255 or 69.13% from 230); Max value from RGB is 159 - color contains mainly: blue. Hex color #45029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45029F is #BAFD60. Grayscale: #272727. Windows color (decimal): -12254561 or 10420805. OLE color: 10420805.

HSL color Cylindrical-coordinate representation of color #45029F: hue angle of 265.61º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #45029F is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 2 159 -
CMYK 0.57 0.99 0 0.38
HSL 265.61º 0.98% 0.32% -
HSV(B) 265.61º 0.99% 0.62% -
XYZ 8.73 3.81 33.08 -
YUV 39.93 195.2 148.73 -
System Red Green Blue C M Y K H S L
Decimal 69 2 159 0.57 0.99 0 0.38 265.61 0.98 0.32
Hex 45 2 9F 39 63 0 26 10A 62 20
Octal 105 2 237 71 143 0 46 412 142 40
Binary 1000101 10 10011111 111001 1100011 0 100110 100001010 1100010 100000

Color Harmonies of #45029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45029F

Black with #45029F

Text Example


Text Example

White with #45029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45029F; }

 p { color: rgb(69,2,159); }

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

background-color css

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

 a { background-color: rgb(69,2,159); }

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

border-color css

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

 span { border-color: rgb(69,2,159); }

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