Html Css Color HEX #69148F Indigo

📋 copy color: '#69148F'

red 105 ◦ green 20 ◦ blue 143

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

Shades of Indigo #69148F

Tints of Indigo #69148F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

 BLUE value IS 143 (56.25% from 255) = 53.36%

R = 39.18%
G = 7.46%
B = 53.36%

CMYK

 C value IS 0.27

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69148F (or 0x69148F) is known color: Indigo. HEX triplet: 69, 14 and 8F. RGB value is (105,20,143). Sum of RGB (Red+Green+Blue) = 105+20+143=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #69148F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69148F is #96EB70. Grayscale: #3B3B3B. Windows color (decimal): -9890673 or 9376873. OLE color: 9376873.

HSL color Cylindrical-coordinate representation of color #69148F: hue angle of 281.46º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #69148F is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 20 143 -
CMYK 0.27 0.86 0 0.44
HSL 281.46º 0.75% 0.32% -
HSV(B) 281.46º 0.86% 0.56% -
XYZ 11.03 5.49 26.46 -
YUV 59.44 175.16 160.5 -
System Red Green Blue C M Y K H S L
Decimal 105 20 143 0.27 0.86 0 0.44 281.46 0.75 0.32
Hex 69 14 8F 1B 56 0 2C 119 4B 20
Octal 151 24 217 33 126 0 54 431 113 40
Binary 1101001 10100 10001111 11011 1010110 0 101100 100011001 1001011 100000

Color Harmonies of #69148F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69148F

Black with #69148F

Text Example


Text Example

White with #69148F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69148F; }

 p { color: rgb(105,20,143); }

 H1.HeaderClassName
 {
   color: #69148F;
 }
 .AnyTagClassName
 {
   color: #69148F;
 }
</style>

background-color css

<style>
 a { background-color: #69148F; }

 a { background-color: rgb(105,20,143); }

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

border-color css

<style>
 span { border-color: #69148F; }

 span { border-color: rgb(105,20,143); }

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