Html Css Color HEX #430C58 Scarlet Gum

📋 copy color: '#430C58'

red 67 ◦ green 12 ◦ blue 88

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

Shades of Scarlet Gum #430C58

Tints of Scarlet Gum #430C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.19%

 BLUE value IS 88 (34.77% from 255) = 52.69%

R = 40.12%
G = 7.19%
B = 52.69%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#430C58 (or 0x430C58) is known color: Scarlet Gum. HEX triplet: 43, 0C and 58. RGB value is (67,12,88). Sum of RGB (Red+Green+Blue) = 67+12+88=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #430C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430C58 is #BCF3A7. Grayscale: #242424. Windows color (decimal): -12383144 or 5770307. OLE color: 5770307.

HSL color Cylindrical-coordinate representation of color #430C58: hue angle of 283.42º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #430C58 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 12 88 -
CMYK 0.24 0.86 0 0.65
HSL 283.42º 0.76% 0.2% -
HSV(B) 283.42º 0.86% 0.35% -
XYZ 4.21 2.16 9.43 -
YUV 37.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 67 12 88 0.24 0.86 0 0.65 283.42 0.76 0.2
Hex 43 C 58 18 56 0 41 11B 4C 14
Octal 103 14 130 30 126 0 101 433 114 24
Binary 1000011 1100 1011000 11000 1010110 0 1000001 100011011 1001100 10100

Color Harmonies of #430C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430C58

Black with #430C58

Text Example


Text Example

White with #430C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,12,88); }

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

background-color css

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

 a { background-color: rgb(67,12,88); }

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

border-color css

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

 span { border-color: rgb(67,12,88); }

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