Html Css Color HEX #45067B Indigo

📋 copy color: '#45067B'

red 69 ◦ green 6 ◦ blue 123

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

Shades of Indigo #45067B

Tints of Indigo #45067B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.03%

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

R = 34.85%
G = 3.03%
B = 62.12%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#45067B (or 0x45067B) is known color: Indigo. HEX triplet: 45, 06 and 7B. RGB value is (69,6,123). Sum of RGB (Red+Green+Blue) = 69+6+123=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 6 (2.73% from 255 or 3.03% from 198); Blue value is 123 (48.44% from 255 or 62.12% from 198); Max value from RGB is 123 - color contains mainly: blue. Hex color #45067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #45067B is #BAF984. Grayscale: #252525. Windows color (decimal): -12253573 or 8062533. OLE color: 8062533.

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

Color convert

RGB 69 6 123 -
CMYK 0.44 0.95 0 0.52
HSL 272.31º 0.91% 0.25% -
HSV(B) 272.31º 0.95% 0.48% -
XYZ 6.09 2.83 18.96 -
YUV 38.18 175.87 149.99 -
System Red Green Blue C M Y K H S L
Decimal 69 6 123 0.44 0.95 0 0.52 272.31 0.91 0.25
Hex 45 6 7B 2C 5F 0 34 110 5B 19
Octal 105 6 173 54 137 0 64 420 133 31
Binary 1000101 110 1111011 101100 1011111 0 110100 100010000 1011011 11001

Color Harmonies of #45067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45067B

Black with #45067B

Text Example


Text Example

White with #45067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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