Html Css Color HEX #68018B Indigo

📋 copy color: '#68018B'

red 104 ◦ green 1 ◦ blue 139

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

Shades of Indigo #68018B

Tints of Indigo #68018B

RGB

 RED value IS 104 (41.02% from 255) = 42.62%

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

 BLUE value IS 139 (54.69% from 255) = 56.97%

R = 42.62%
G = 0.41%
B = 56.97%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68018B (or 0x68018B) is known color: Indigo. HEX triplet: 68, 01 and 8B. RGB value is (104,1,139). Sum of RGB (Red+Green+Blue) = 104+1+139=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #68018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68018B is #97FE74. Grayscale: #2F2F2F. Windows color (decimal): -9961077 or 9109864. OLE color: 9109864.

HSL color Cylindrical-coordinate representation of color #68018B: hue angle of 284.78º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #68018B is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 1 139 -
CMYK 0.25 0.99 0 0.45
HSL 284.78º 0.99% 0.27% -
HSV(B) 284.78º 0.99% 0.55% -
XYZ 10.38 4.83 24.81 -
YUV 47.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 104 1 139 0.25 0.99 0 0.45 284.78 0.99 0.27
Hex 68 1 8B 19 63 0 2D 11D 63 1B
Octal 150 1 213 31 143 0 55 435 143 33
Binary 1101000 1 10001011 11001 1100011 0 101101 100011101 1100011 11011

Color Harmonies of #68018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68018B

Black with #68018B

Text Example


Text Example

White with #68018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68018B; }

 p { color: rgb(104,1,139); }

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

background-color css

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

 a { background-color: rgb(104,1,139); }

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

border-color css

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

 span { border-color: rgb(104,1,139); }

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