Html Css Color HEX #45009D Indigo

📋 copy color: '#45009D'

red 69 ◦ green 0 ◦ blue 157

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

Shades of Indigo #45009D

Tints of Indigo #45009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 69.47%

R = 30.53%
G = 0%
B = 69.47%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45009D (or 0x45009D) is known color: Indigo. HEX triplet: 45, 00 and 9D. RGB value is (69,0,157). Sum of RGB (Red+Green+Blue) = 69+0+157=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #45009D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45009D is #BAFF62. Grayscale: #252525. Windows color (decimal): -12255075 or 10289221. OLE color: 10289221.

HSL color Cylindrical-coordinate representation of color #45009D: hue angle of 266.37º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45009D is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 0 157 -
CMYK 0.56 1 0 0.38
HSL 266.37º 1% 0.31% -
HSV(B) 266.37º 1% 0.62% -
XYZ 8.54 3.7 32.16 -
YUV 38.53 194.86 149.73 -
System Red Green Blue C M Y K H S L
Decimal 69 0 157 0.56 1 0 0.38 266.37 1 0.31
Hex 45 0 9D 38 64 0 26 10A 64 1F
Octal 105 0 235 70 144 0 46 412 144 37
Binary 1000101 0 10011101 111000 1100100 0 100110 100001010 1100100 11111

Color Harmonies of #45009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45009D

Black with #45009D

Text Example


Text Example

White with #45009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45009D; }

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

 H1.HeaderClassName
 {
   color: #45009D;
 }
 .AnyTagClassName
 {
   color: #45009D;
 }
</style>

background-color css

<style>
 a { background-color: #45009D; }

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

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

border-color css

<style>
 span { border-color: #45009D; }

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

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