Html Css Color HEX #69019C Indigo

📋 copy color: '#69019C'

red 105 ◦ green 1 ◦ blue 156

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

Shades of Indigo #69019C

Tints of Indigo #69019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.54%

R = 40.08%
G = 0.38%
B = 59.54%

CMYK

 C value IS 0.33

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69019C (or 0x69019C) is known color: Indigo. HEX triplet: 69, 01 and 9C. RGB value is (105,1,156). Sum of RGB (Red+Green+Blue) = 105+1+156=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #69019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69019C is #96FE63. Grayscale: #313131. Windows color (decimal): -9895524 or 10223977. OLE color: 10223977.

HSL color Cylindrical-coordinate representation of color #69019C: hue angle of 280.26º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #69019C is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 1 156 -
CMYK 0.33 0.99 0 0.39
HSL 280.26º 0.99% 0.31% -
HSV(B) 280.26º 0.99% 0.61% -
XYZ 11.84 5.43 31.88 -
YUV 49.77 187.96 167.4 -
System Red Green Blue C M Y K H S L
Decimal 105 1 156 0.33 0.99 0 0.39 280.26 0.99 0.31
Hex 69 1 9C 21 63 0 27 118 63 1F
Octal 151 1 234 41 143 0 47 430 143 37
Binary 1101001 1 10011100 100001 1100011 0 100111 100011000 1100011 11111

Color Harmonies of #69019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69019C

Black with #69019C

Text Example


Text Example

White with #69019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69019C; }

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

 H1.HeaderClassName
 {
   color: #69019C;
 }
 .AnyTagClassName
 {
   color: #69019C;
 }
</style>

background-color css

<style>
 a { background-color: #69019C; }

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

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

border-color css

<style>
 span { border-color: #69019C; }

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

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