Html Css Color HEX #430A5E Scarlet Gum

📋 copy color: '#430A5E'

red 67 ◦ green 10 ◦ blue 94

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

Shades of Scarlet Gum #430A5E

Tints of Scarlet Gum #430A5E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.85%

 BLUE value IS 94 (37.11% from 255) = 54.97%

R = 39.18%
G = 5.85%
B = 54.97%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#430A5E (or 0x430A5E) is known color: Scarlet Gum. HEX triplet: 43, 0A and 5E. RGB value is (67,10,94). Sum of RGB (Red+Green+Blue) = 67+10+94=171 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.18% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 94 (37.11% from 255 or 54.97% from 171); Max value from RGB is 94 - color contains mainly: blue. Hex color #430A5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430A5E is #BCF5A1. Grayscale: #242424. Windows color (decimal): -12383650 or 6163011. OLE color: 6163011.

HSL color Cylindrical-coordinate representation of color #430A5E: hue angle of 280.71º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #430A5E is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 67 10 94 -
CMYK 0.29 0.89 0 0.63
HSL 280.71º 0.81% 0.2% -
HSV(B) 280.71º 0.89% 0.37% -
XYZ 4.44 2.22 10.78 -
YUV 36.62 160.38 149.67 -
System Red Green Blue C M Y K H S L
Decimal 67 10 94 0.29 0.89 0 0.63 280.71 0.81 0.2
Hex 43 A 5E 1D 59 0 3F 119 51 14
Octal 103 12 136 35 131 0 77 431 121 24
Binary 1000011 1010 1011110 11101 1011001 0 111111 100011001 1010001 10100

Color Harmonies of #430A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430A5E

Black with #430A5E

Text Example


Text Example

White with #430A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430A5E; }

 p { color: rgb(67,10,94); }

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

background-color css

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

 a { background-color: rgb(67,10,94); }

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

border-color css

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

 span { border-color: rgb(67,10,94); }

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