Html Css Color HEX #431255 Scarlet Gum

📋 copy color: '#431255'

red 67 ◦ green 18 ◦ blue 85

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

Shades of Scarlet Gum #431255

Tints of Scarlet Gum #431255

RGB

 RED value IS 67 (26.56% from 255) = 39.41%

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

 BLUE value IS 85 (33.59% from 255) = 50%

R = 39.41%
G = 10.59%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#431255 (or 0x431255) is known color: Scarlet Gum. HEX triplet: 43, 12 and 55. RGB value is (67,18,85). Sum of RGB (Red+Green+Blue) = 67+18+85=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 85 (33.59% from 255 or 50% from 170); Max value from RGB is 85 - color contains mainly: blue. Hex color #431255 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431255 is #BCEDAA. Grayscale: #282828. Windows color (decimal): -12381611 or 5575235. OLE color: 5575235.

HSL color Cylindrical-coordinate representation of color #431255: hue angle of 283.88º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431255 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 18 85 -
CMYK 0.21 0.79 0 0.67
HSL 283.88º 0.65% 0.2% -
HSV(B) 283.88º 0.79% 0.33% -
XYZ 4.17 2.28 8.81 -
YUV 40.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 67 18 85 0.21 0.79 0 0.67 283.88 0.65 0.2
Hex 43 12 55 15 4F 0 43 11C 41 14
Octal 103 22 125 25 117 0 103 434 101 24
Binary 1000011 10010 1010101 10101 1001111 0 1000011 100011100 1000001 10100

Color Harmonies of #431255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431255

Black with #431255

Text Example


Text Example

White with #431255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431255; }

 p { color: rgb(67,18,85); }

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

background-color css

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

 a { background-color: rgb(67,18,85); }

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

border-color css

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

 span { border-color: rgb(67,18,85); }

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