Html Css Color HEX #660388 Indigo

📋 copy color: '#660388'

red 102 ◦ green 3 ◦ blue 136

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

Shades of Indigo #660388

Tints of Indigo #660388

RGB

 RED value IS 102 (40.23% from 255) = 42.32%

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 136 (53.52% from 255) = 56.43%

R = 42.32%
G = 1.24%
B = 56.43%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#660388 (or 0x660388) is known color: Indigo. HEX triplet: 66, 03 and 88. RGB value is (102,3,136). Sum of RGB (Red+Green+Blue) = 102+3+136=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #660388 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660388 is #99FC77. Grayscale: #2F2F2F. Windows color (decimal): -10091640 or 8913766. OLE color: 8913766.

HSL color Cylindrical-coordinate representation of color #660388: hue angle of 284.66º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660388 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 3 136 -
CMYK 0.25 0.98 0 0.47
HSL 284.66º 0.96% 0.27% -
HSV(B) 284.66º 0.98% 0.53% -
XYZ 9.96 4.67 23.67 -
YUV 47.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 102 3 136 0.25 0.98 0 0.47 284.66 0.96 0.27
Hex 66 3 88 19 62 0 2F 11D 60 1B
Octal 146 3 210 31 142 0 57 435 140 33
Binary 1100110 11 10001000 11001 1100010 0 101111 100011101 1100000 11011

Color Harmonies of #660388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660388

Black with #660388

Text Example


Text Example

White with #660388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660388; }

 p { color: rgb(102,3,136); }

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

background-color css

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

 a { background-color: rgb(102,3,136); }

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

border-color css

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

 span { border-color: rgb(102,3,136); }

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