Html Css Color HEX #69049A Indigo

📋 copy color: '#69049A'

red 105 ◦ green 4 ◦ blue 154

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

Shades of Indigo #69049A

Tints of Indigo #69049A

RGB

 RED value IS 105 (41.41% from 255) = 39.92%

 GREEN value IS 4 (1.95% from 255) = 1.52%

 BLUE value IS 154 (60.55% from 255) = 58.56%

R = 39.92%
G = 1.52%
B = 58.56%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#69049A (or 0x69049A) is known color: Indigo. HEX triplet: 69, 04 and 9A. RGB value is (105,4,154). Sum of RGB (Red+Green+Blue) = 105+4+154=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #69049A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69049A is #96FB65. Grayscale: #323232. Windows color (decimal): -9894758 or 10093673. OLE color: 10093673.

HSL color Cylindrical-coordinate representation of color #69049A: hue angle of 280.4º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69049A is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 4 154 -
CMYK 0.32 0.97 0 0.40
HSL 280.4º 0.95% 0.31% -
HSV(B) 280.4º 0.97% 0.6% -
XYZ 11.7 5.42 31 -
YUV 51.3 185.96 166.3 -
System Red Green Blue C M Y K H S L
Decimal 105 4 154 0.32 0.97 0 0.40 280.4 0.95 0.31
Hex 69 4 9A 20 61 0 28 118 5F 1F
Octal 151 4 232 40 141 0 50 430 137 37
Binary 1101001 100 10011010 100000 1100001 0 101000 100011000 1011111 11111

Color Harmonies of #69049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69049A

Black with #69049A

Text Example


Text Example

White with #69049A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,4,154); }

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

background-color css

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

 a { background-color: rgb(105,4,154); }

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

border-color css

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

 span { border-color: rgb(105,4,154); }

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