Html Css Color HEX #69018F Indigo

📋 copy color: '#69018F'

red 105 ◦ green 1 ◦ blue 143

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

Shades of Indigo #69018F

Tints of Indigo #69018F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 42.17%
G = 0.4%
B = 57.43%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#69018F (or 0x69018F) is known color: Indigo. HEX triplet: 69, 01 and 8F. RGB value is (105,1,143). Sum of RGB (Red+Green+Blue) = 105+1+143=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 143 (56.25% from 255 or 57.43% from 249); Max value from RGB is 143 - color contains mainly: blue. Hex color #69018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69018F is #96FE70. Grayscale: #2F2F2F. Windows color (decimal): -9895537 or 9372009. OLE color: 9372009.

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

Color convert

RGB 105 1 143 -
CMYK 0.27 0.99 0 0.44
HSL 283.94º 0.99% 0.28% -
HSV(B) 283.94º 0.99% 0.56% -
XYZ 10.79 5.01 26.38 -
YUV 48.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 105 1 143 0.27 0.99 0 0.44 283.94 0.99 0.28
Hex 69 1 8F 1B 63 0 2C 11C 63 1C
Octal 151 1 217 33 143 0 54 434 143 34
Binary 1101001 1 10001111 11011 1100011 0 101100 100011100 1100011 11100

Color Harmonies of #69018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69018F

Black with #69018F

Text Example


Text Example

White with #69018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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