Html Css Color HEX #45018F Indigo

📋 copy color: '#45018F'

red 69 ◦ green 1 ◦ blue 143

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

Shades of Indigo #45018F

Tints of Indigo #45018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 67.14%

R = 32.39%
G = 0.47%
B = 67.14%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#45018F (or 0x45018F) is known color: Indigo. HEX triplet: 45, 01 and 8F. RGB value is (69,1,143). Sum of RGB (Red+Green+Blue) = 69+1+143=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #45018F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45018F is #BAFE70. Grayscale: #252525. Windows color (decimal): -12254833 or 9371973. OLE color: 9371973.

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

Color convert

RGB 69 1 143 -
CMYK 0.52 0.99 0 0.44
HSL 268.73º 0.99% 0.28% -
HSV(B) 268.73º 0.99% 0.56% -
XYZ 7.42 3.27 26.23 -
YUV 37.52 187.53 150.45 -
System Red Green Blue C M Y K H S L
Decimal 69 1 143 0.52 0.99 0 0.44 268.73 0.99 0.28
Hex 45 1 8F 34 63 0 2C 10D 63 1C
Octal 105 1 217 64 143 0 54 415 143 34
Binary 1000101 1 10001111 110100 1100011 0 101100 100001101 1100011 11100

Color Harmonies of #45018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45018F

Black with #45018F

Text Example


Text Example

White with #45018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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