Html Css Color HEX #69158D Indigo

📋 copy color: '#69158D'

red 105 ◦ green 21 ◦ blue 141

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

Shades of Indigo #69158D

Tints of Indigo #69158D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

 BLUE value IS 141 (55.47% from 255) = 52.81%

R = 39.33%
G = 7.87%
B = 52.81%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69158D (or 0x69158D) is known color: Indigo. HEX triplet: 69, 15 and 8D. RGB value is (105,21,141). Sum of RGB (Red+Green+Blue) = 105+21+141=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #69158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69158D is #96EA72. Grayscale: #3B3B3B. Windows color (decimal): -9890419 or 9246057. OLE color: 9246057.

HSL color Cylindrical-coordinate representation of color #69158D: hue angle of 282º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69158D is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 21 141 -
CMYK 0.26 0.85 0 0.45
HSL 282º 0.74% 0.32% -
HSV(B) 282º 0.85% 0.55% -
XYZ 10.9 5.46 25.68 -
YUV 59.8 173.83 160.24 -
System Red Green Blue C M Y K H S L
Decimal 105 21 141 0.26 0.85 0 0.45 282 0.74 0.32
Hex 69 15 8D 1A 55 0 2D 11A 4A 20
Octal 151 25 215 32 125 0 55 432 112 40
Binary 1101001 10101 10001101 11010 1010101 0 101101 100011010 1001010 100000

Color Harmonies of #69158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69158D

Black with #69158D

Text Example


Text Example

White with #69158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,21,141); }

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

background-color css

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

 a { background-color: rgb(105,21,141); }

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

border-color css

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

 span { border-color: rgb(105,21,141); }

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