Html Css Color HEX #45097B Indigo

📋 copy color: '#45097B'

red 69 ◦ green 9 ◦ blue 123

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

Shades of Indigo #45097B

Tints of Indigo #45097B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.48%

 BLUE value IS 123 (48.44% from 255) = 61.19%

R = 34.33%
G = 4.48%
B = 61.19%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#45097B (or 0x45097B) is known color: Indigo. HEX triplet: 45, 09 and 7B. RGB value is (69,9,123). Sum of RGB (Red+Green+Blue) = 69+9+123=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #45097B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45097B is #BAF684. Grayscale: #272727. Windows color (decimal): -12252805 or 8063301. OLE color: 8063301.

HSL color Cylindrical-coordinate representation of color #45097B: hue angle of 271.58º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #45097B is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 69 9 123 -
CMYK 0.44 0.93 0 0.52
HSL 271.58º 0.86% 0.26% -
HSV(B) 271.58º 0.93% 0.48% -
XYZ 6.13 2.89 18.97 -
YUV 39.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 69 9 123 0.44 0.93 0 0.52 271.58 0.86 0.26
Hex 45 9 7B 2C 5D 0 34 110 56 1A
Octal 105 11 173 54 135 0 64 420 126 32
Binary 1000101 1001 1111011 101100 1011101 0 110100 100010000 1010110 11010

Color Harmonies of #45097B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45097B

Black with #45097B

Text Example


Text Example

White with #45097B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,9,123); }

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

background-color css

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

 a { background-color: rgb(69,9,123); }

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

border-color css

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

 span { border-color: rgb(69,9,123); }

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