Html Css Color HEX #671383 Indigo

📋 copy color: '#671383'

red 103 ◦ green 19 ◦ blue 131

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

Shades of Indigo #671383

Tints of Indigo #671383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

 BLUE value IS 131 (51.56% from 255) = 51.78%

R = 40.71%
G = 7.51%
B = 51.78%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#671383 (or 0x671383) is known color: Indigo. HEX triplet: 67, 13 and 83. RGB value is (103,19,131). Sum of RGB (Red+Green+Blue) = 103+19+131=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #671383 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671383 is #98EC7C. Grayscale: #383838. Windows color (decimal): -10022013 or 8590183. OLE color: 8590183.

HSL color Cylindrical-coordinate representation of color #671383: hue angle of 285º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671383 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 19 131 -
CMYK 0.21 0.85 0 0.49
HSL 285º 0.75% 0.29% -
HSV(B) 285º 0.85% 0.51% -
XYZ 9.92 4.99 21.91 -
YUV 56.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 103 19 131 0.21 0.85 0 0.49 285 0.75 0.29
Hex 67 13 83 15 55 0 31 11D 4B 1D
Octal 147 23 203 25 125 0 61 435 113 35
Binary 1100111 10011 10000011 10101 1010101 0 110001 100011101 1001011 11101

Color Harmonies of #671383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671383

Black with #671383

Text Example


Text Example

White with #671383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671383; }

 p { color: rgb(103,19,131); }

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

background-color css

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

 a { background-color: rgb(103,19,131); }

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

border-color css

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

 span { border-color: rgb(103,19,131); }

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