Html Css Color HEX #67149D Indigo

📋 copy color: '#67149D'

red 103 ◦ green 20 ◦ blue 157

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

Shades of Indigo #67149D

Tints of Indigo #67149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

 BLUE value IS 157 (61.72% from 255) = 56.07%

R = 36.79%
G = 7.14%
B = 56.07%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#67149D (or 0x67149D) is known color: Indigo. HEX triplet: 67, 14 and 9D. RGB value is (103,20,157). Sum of RGB (Red+Green+Blue) = 103+20+157=280 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.79% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #67149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67149D is #98EB62. Grayscale: #3B3B3B. Windows color (decimal): -10021731 or 10294375. OLE color: 10294375.

HSL color Cylindrical-coordinate representation of color #67149D: hue angle of 276.35º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #67149D is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 103 20 157 -
CMYK 0.34 0.87 0 0.38
HSL 276.35º 0.77% 0.35% -
HSV(B) 276.35º 0.87% 0.62% -
XYZ 11.93 5.82 32.39 -
YUV 60.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 103 20 157 0.34 0.87 0 0.38 276.35 0.77 0.35
Hex 67 14 9D 22 57 0 26 114 4D 23
Octal 147 24 235 42 127 0 46 424 115 43
Binary 1100111 10100 10011101 100010 1010111 0 100110 100010100 1001101 100011

Color Harmonies of #67149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67149D

Black with #67149D

Text Example


Text Example

White with #67149D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67149D; }

 p { color: rgb(103,20,157); }

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

background-color css

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

 a { background-color: rgb(103,20,157); }

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

border-color css

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

 span { border-color: rgb(103,20,157); }

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