Html Css Color HEX #67078B Indigo

📋 copy color: '#67078B'

red 103 ◦ green 7 ◦ blue 139

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

Shades of Indigo #67078B

Tints of Indigo #67078B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.81%

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

R = 41.37%
G = 2.81%
B = 55.82%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67078B (or 0x67078B) is known color: Indigo. HEX triplet: 67, 07 and 8B. RGB value is (103,7,139). Sum of RGB (Red+Green+Blue) = 103+7+139=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #67078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67078B is #98F874. Grayscale: #323232. Windows color (decimal): -10025077 or 9111399. OLE color: 9111399.

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

Color convert

RGB 103 7 139 -
CMYK 0.26 0.95 0 0.45
HSL 283.64º 0.9% 0.29% -
HSV(B) 283.64º 0.95% 0.55% -
XYZ 10.33 4.9 24.83 -
YUV 50.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 103 7 139 0.26 0.95 0 0.45 283.64 0.9 0.29
Hex 67 7 8B 1A 5F 0 2D 11C 5A 1D
Octal 147 7 213 32 137 0 55 434 132 35
Binary 1100111 111 10001011 11010 1011111 0 101101 100011100 1011010 11101

Color Harmonies of #67078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67078B

Black with #67078B

Text Example


Text Example

White with #67078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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