Html Css Color HEX #67048B Indigo

📋 copy color: '#67048B'

red 103 ◦ green 4 ◦ blue 139

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

Shades of Indigo #67048B

Tints of Indigo #67048B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 41.87%
G = 1.63%
B = 56.5%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#67048B (or 0x67048B) is known color: Indigo. HEX triplet: 67, 04 and 8B. RGB value is (103,4,139). Sum of RGB (Red+Green+Blue) = 103+4+139=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #67048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67048B is #98FB74. Grayscale: #303030. Windows color (decimal): -10025845 or 9110631. OLE color: 9110631.

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

Color convert

RGB 103 4 139 -
CMYK 0.26 0.97 0 0.45
HSL 284º 0.94% 0.28% -
HSV(B) 284º 0.97% 0.55% -
XYZ 10.3 4.83 24.82 -
YUV 48.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 103 4 139 0.26 0.97 0 0.45 284 0.94 0.28
Hex 67 4 8B 1A 61 0 2D 11C 5E 1C
Octal 147 4 213 32 141 0 55 434 136 34
Binary 1100111 100 10001011 11010 1100001 0 101101 100011100 1011110 11100

Color Harmonies of #67048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67048B

Black with #67048B

Text Example


Text Example

White with #67048B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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