Html Css Color HEX #67188C Indigo

📋 copy color: '#67188C'

red 103 ◦ green 24 ◦ blue 140

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

Shades of Indigo #67188C

Tints of Indigo #67188C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.99%

 BLUE value IS 140 (55.08% from 255) = 52.43%

R = 38.58%
G = 8.99%
B = 52.43%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67188C (or 0x67188C) is known color: Indigo. HEX triplet: 67, 18 and 8C. RGB value is (103,24,140). Sum of RGB (Red+Green+Blue) = 103+24+140=267 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.58% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #67188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67188C is #98E773. Grayscale: #3C3C3C. Windows color (decimal): -10020724 or 9181287. OLE color: 9181287.

HSL color Cylindrical-coordinate representation of color #67188C: hue angle of 280.86º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67188C is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 24 140 -
CMYK 0.26 0.83 0 0.45
HSL 280.86º 0.71% 0.32% -
HSV(B) 280.86º 0.83% 0.55% -
XYZ 10.65 5.43 25.3 -
YUV 60.85 172.67 158.07 -
System Red Green Blue C M Y K H S L
Decimal 103 24 140 0.26 0.83 0 0.45 280.86 0.71 0.32
Hex 67 18 8C 1A 53 0 2D 119 47 20
Octal 147 30 214 32 123 0 55 431 107 40
Binary 1100111 11000 10001100 11010 1010011 0 101101 100011001 1000111 100000

Color Harmonies of #67188C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67188C

Black with #67188C

Text Example


Text Example

White with #67188C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67188C; }

 p { color: rgb(103,24,140); }

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

background-color css

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

 a { background-color: rgb(103,24,140); }

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

border-color css

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

 span { border-color: rgb(103,24,140); }

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