Html Css Color HEX #45006B Indigo

📋 copy color: '#45006B'

red 69 ◦ green 0 ◦ blue 107

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

Shades of Indigo #45006B

Tints of Indigo #45006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 60.8%

R = 39.2%
G = 0%
B = 60.8%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#45006B (or 0x45006B) is known color: Indigo. HEX triplet: 45, 00 and 6B. RGB value is (69,0,107). Sum of RGB (Red+Green+Blue) = 69+0+107=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #45006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45006B is #BAFF94. Grayscale: #202020. Windows color (decimal): -12255125 or 7012421. OLE color: 7012421.

HSL color Cylindrical-coordinate representation of color #45006B: hue angle of 278.69º 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 #45006B is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 69 0 107 -
CMYK 0.36 1 0 0.58
HSL 278.69º 1% 0.21% -
HSV(B) 278.69º 1% 0.42% -
XYZ 5.11 2.33 14.09 -
YUV 32.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 69 0 107 0.36 1 0 0.58 278.69 1 0.21
Hex 45 0 6B 24 64 0 3A 117 64 15
Octal 105 0 153 44 144 0 72 427 144 25
Binary 1000101 0 1101011 100100 1100100 0 111010 100010111 1100100 10101

Color Harmonies of #45006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45006B

Black with #45006B

Text Example


Text Example

White with #45006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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