Html Css Color HEX #671283 Indigo

📋 copy color: '#671283'

red 103 ◦ green 18 ◦ blue 131

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

Shades of Indigo #671283

Tints of Indigo #671283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

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

R = 40.87%
G = 7.14%
B = 51.98%

CMYK

 C value IS 0.21

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#671283 (or 0x671283) is known color: Indigo. HEX triplet: 67, 12 and 83. RGB value is (103,18,131). Sum of RGB (Red+Green+Blue) = 103+18+131=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #671283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #671283 is #98ED7C. Grayscale: #373737. Windows color (decimal): -10022269 or 8589927. OLE color: 8589927.

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

Color convert

RGB 103 18 131 -
CMYK 0.21 0.86 0 0.49
HSL 285.13º 0.76% 0.29% -
HSV(B) 285.13º 0.86% 0.51% -
XYZ 9.91 4.95 21.91 -
YUV 56.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 103 18 131 0.21 0.86 0 0.49 285.13 0.76 0.29
Hex 67 12 83 15 56 0 31 11D 4C 1D
Octal 147 22 203 25 126 0 61 435 114 35
Binary 1100111 10010 10000011 10101 1010110 0 110001 100011101 1001100 11101

Color Harmonies of #671283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #671283

Black with #671283

Text Example


Text Example

White with #671283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #671283; }

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

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

background-color css

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

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

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

border-color css

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

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

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