Html Css Color HEX #67088D Indigo

📋 copy color: '#67088D'

red 103 ◦ green 8 ◦ blue 141

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

Shades of Indigo #67088D

Tints of Indigo #67088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 40.87%
G = 3.17%
B = 55.95%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67088D (or 0x67088D) is known color: Indigo. HEX triplet: 67, 08 and 8D. RGB value is (103,8,141). Sum of RGB (Red+Green+Blue) = 103+8+141=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #67088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67088D is #98F772. Grayscale: #333333. Windows color (decimal): -10024819 or 9242727. OLE color: 9242727.

HSL color Cylindrical-coordinate representation of color #67088D: hue angle of 282.86º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #67088D is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 103 8 141 -
CMYK 0.27 0.94 0 0.45
HSL 282.86º 0.89% 0.29% -
HSV(B) 282.86º 0.94% 0.55% -
XYZ 10.49 4.98 25.61 -
YUV 51.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 103 8 141 0.27 0.94 0 0.45 282.86 0.89 0.29
Hex 67 8 8D 1B 5E 0 2D 11B 59 1D
Octal 147 10 215 33 136 0 55 433 131 35
Binary 1100111 1000 10001101 11011 1011110 0 101101 100011011 1011001 11101

Color Harmonies of #67088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67088D

Black with #67088D

Text Example


Text Example

White with #67088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,8,141); }

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

background-color css

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

 a { background-color: rgb(103,8,141); }

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

border-color css

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

 span { border-color: rgb(103,8,141); }

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