Html Css Color HEX #67139A Indigo

📋 copy color: '#67139A'

red 103 ◦ green 19 ◦ blue 154

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

Shades of Indigo #67139A

Tints of Indigo #67139A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

 BLUE value IS 154 (60.55% from 255) = 55.8%

R = 37.32%
G = 6.88%
B = 55.8%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#67139A (or 0x67139A) is known color: Indigo. HEX triplet: 67, 13 and 9A. RGB value is (103,19,154). Sum of RGB (Red+Green+Blue) = 103+19+154=276 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.32% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #67139A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67139A is #98EC65. Grayscale: #3B3B3B. Windows color (decimal): -10021990 or 10097511. OLE color: 10097511.

HSL color Cylindrical-coordinate representation of color #67139A: hue angle of 277.33º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #67139A is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 103 19 154 -
CMYK 0.33 0.88 0 0.40
HSL 277.33º 0.78% 0.34% -
HSV(B) 277.33º 0.88% 0.6% -
XYZ 11.66 5.68 31.05 -
YUV 59.51 181.33 159.02 -
System Red Green Blue C M Y K H S L
Decimal 103 19 154 0.33 0.88 0 0.40 277.33 0.78 0.34
Hex 67 13 9A 21 58 0 28 115 4E 22
Octal 147 23 232 41 130 0 50 425 116 42
Binary 1100111 10011 10011010 100001 1011000 0 101000 100010101 1001110 100010

Color Harmonies of #67139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67139A

Black with #67139A

Text Example


Text Example

White with #67139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67139A; }

 p { color: rgb(103,19,154); }

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

background-color css

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

 a { background-color: rgb(103,19,154); }

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

border-color css

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

 span { border-color: rgb(103,19,154); }

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