Html Css Color HEX #67048F Indigo

📋 copy color: '#67048F'

red 103 ◦ green 4 ◦ blue 143

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

Shades of Indigo #67048F

Tints of Indigo #67048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 57.2%

R = 41.2%
G = 1.6%
B = 57.2%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#67048F (or 0x67048F) is known color: Indigo. HEX triplet: 67, 04 and 8F. RGB value is (103,4,143). Sum of RGB (Red+Green+Blue) = 103+4+143=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #67048F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #67048F is #98FB70. Grayscale: #303030. Windows color (decimal): -10025841 or 9372775. OLE color: 9372775.

HSL color Cylindrical-coordinate representation of color #67048F: hue angle of 282.73º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67048F is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 103 4 143 -
CMYK 0.28 0.97 0 0.44
HSL 282.73º 0.95% 0.29% -
HSV(B) 282.73º 0.97% 0.56% -
XYZ 10.59 4.95 26.38 -
YUV 49.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 103 4 143 0.28 0.97 0 0.44 282.73 0.95 0.29
Hex 67 4 8F 1C 61 0 2C 11B 5F 1D
Octal 147 4 217 34 141 0 54 433 137 35
Binary 1100111 100 10001111 11100 1100001 0 101100 100011011 1011111 11101

Color Harmonies of #67048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67048F

Black with #67048F

Text Example


Text Example

White with #67048F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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