Html Css Color HEX #430B5A Scarlet Gum

📋 copy color: '#430B5A'

red 67 ◦ green 11 ◦ blue 90

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

Shades of Scarlet Gum #430B5A

Tints of Scarlet Gum #430B5A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.55%

 BLUE value IS 90 (35.55% from 255) = 53.57%

R = 39.88%
G = 6.55%
B = 53.57%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#430B5A (or 0x430B5A) is known color: Scarlet Gum. HEX triplet: 43, 0B and 5A. RGB value is (67,11,90). Sum of RGB (Red+Green+Blue) = 67+11+90=168 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.88% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #430B5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430B5A is #BCF4A5. Grayscale: #242424. Windows color (decimal): -12383398 or 5901123. OLE color: 5901123.

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

Color convert

RGB 67 11 90 -
CMYK 0.26 0.88 0 0.65
HSL 282.53º 0.78% 0.2% -
HSV(B) 282.53º 0.88% 0.35% -
XYZ 4.28 2.17 9.87 -
YUV 36.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 67 11 90 0.26 0.88 0 0.65 282.53 0.78 0.2
Hex 43 B 5A 1A 58 0 41 11B 4E 14
Octal 103 13 132 32 130 0 101 433 116 24
Binary 1000011 1011 1011010 11010 1011000 0 1000001 100011011 1001110 10100

Color Harmonies of #430B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430B5A

Black with #430B5A

Text Example


Text Example

White with #430B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,11,90); }

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

background-color css

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

 a { background-color: rgb(67,11,90); }

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

border-color css

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

 span { border-color: rgb(67,11,90); }

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