Html Css Color HEX #67158B Indigo

📋 copy color: '#67158B'

red 103 ◦ green 21 ◦ blue 139

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

Shades of Indigo #67158B

Tints of Indigo #67158B

RGB

 RED value IS 103 (40.63% from 255) = 39.16%

 GREEN value IS 21 (8.59% from 255) = 7.98%

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

R = 39.16%
G = 7.98%
B = 52.85%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67158B (or 0x67158B) is known color: Indigo. HEX triplet: 67, 15 and 8B. RGB value is (103,21,139). Sum of RGB (Red+Green+Blue) = 103+21+139=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #67158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67158B is #98EA74. Grayscale: #3A3A3A. Windows color (decimal): -10021493 or 9114983. OLE color: 9114983.

HSL color Cylindrical-coordinate representation of color #67158B: hue angle of 281.69º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #67158B is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 21 139 -
CMYK 0.26 0.85 0 0.45
HSL 281.69º 0.74% 0.31% -
HSV(B) 281.69º 0.85% 0.55% -
XYZ 10.52 5.28 24.89 -
YUV 58.97 173.17 159.41 -
System Red Green Blue C M Y K H S L
Decimal 103 21 139 0.26 0.85 0 0.45 281.69 0.74 0.31
Hex 67 15 8B 1A 55 0 2D 11A 4A 1F
Octal 147 25 213 32 125 0 55 432 112 37
Binary 1100111 10101 10001011 11010 1010101 0 101101 100011010 1001010 11111

Color Harmonies of #67158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67158B

Black with #67158B

Text Example


Text Example

White with #67158B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,21,139); }

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

background-color css

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

 a { background-color: rgb(103,21,139); }

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

border-color css

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

 span { border-color: rgb(103,21,139); }

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