Html Css Color HEX #45027F Indigo

📋 copy color: '#45027F'

red 69 ◦ green 2 ◦ blue 127

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

Shades of Indigo #45027F

Tints of Indigo #45027F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 64.14%

R = 34.85%
G = 1.01%
B = 64.14%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#45027F (or 0x45027F) is known color: Indigo. HEX triplet: 45, 02 and 7F. RGB value is (69,2,127). Sum of RGB (Red+Green+Blue) = 69+2+127=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #45027F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45027F is #BAFD80. Grayscale: #232323. Windows color (decimal): -12254593 or 8323653. OLE color: 8323653.

HSL color Cylindrical-coordinate representation of color #45027F: hue angle of 272.16º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #45027F is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 2 127 -
CMYK 0.46 0.98 0 0.50
HSL 272.16º 0.97% 0.25% -
HSV(B) 272.16º 0.98% 0.5% -
XYZ 6.31 2.84 20.29 -
YUV 36.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 69 2 127 0.46 0.98 0 0.50 272.16 0.97 0.25
Hex 45 2 7F 2E 62 0 32 110 61 19
Octal 105 2 177 56 142 0 62 420 141 31
Binary 1000101 10 1111111 101110 1100010 0 110010 100010000 1100001 11001

Color Harmonies of #45027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45027F

Black with #45027F

Text Example


Text Example

White with #45027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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