Html Css Color HEX #45006A Indigo

📋 copy color: '#45006A'

red 69 ◦ green 0 ◦ blue 106

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

Shades of Indigo #45006A

Tints of Indigo #45006A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 60.57%

R = 39.43%
G = 0%
B = 60.57%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45006A (or 0x45006A) is known color: Indigo. HEX triplet: 45, 00 and 6A. RGB value is (69,0,106). Sum of RGB (Red+Green+Blue) = 69+0+106=175 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #45006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45006A is #BAFF95. Grayscale: #202020. Windows color (decimal): -12255126 or 6946885. OLE color: 6946885.

HSL color Cylindrical-coordinate representation of color #45006A: hue angle of 279.06º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45006A is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 0 106 -
CMYK 0.35 1 0 0.58
HSL 279.06º 1% 0.21% -
HSV(B) 279.06º 1% 0.42% -
XYZ 5.06 2.31 13.81 -
YUV 32.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 69 0 106 0.35 1 0 0.58 279.06 1 0.21
Hex 45 0 6A 23 64 0 3A 117 64 15
Octal 105 0 152 43 144 0 72 427 144 25
Binary 1000101 0 1101010 100011 1100100 0 111010 100010111 1100100 10101

Color Harmonies of #45006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45006A

Black with #45006A

Text Example


Text Example

White with #45006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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