Html Css Color HEX #43095B Scarlet Gum

📋 copy color: '#43095B'

red 67 ◦ green 9 ◦ blue 91

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

Shades of Scarlet Gum #43095B

Tints of Scarlet Gum #43095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.39%

 BLUE value IS 91 (35.94% from 255) = 54.49%

R = 40.12%
G = 5.39%
B = 54.49%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#43095B (or 0x43095B) is known color: Scarlet Gum. HEX triplet: 43, 09 and 5B. RGB value is (67,9,91). Sum of RGB (Red+Green+Blue) = 67+9+91=167 (22% of max value = 765). Red value is 67 (26.56% from 255 or 40.12% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 91 (35.94% from 255 or 54.49% from 167); Max value from RGB is 91 - color contains mainly: blue. Hex color #43095B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #43095B is #BCF6A4. Grayscale: #232323. Windows color (decimal): -12383909 or 5966147. OLE color: 5966147.

HSL color Cylindrical-coordinate representation of color #43095B: hue angle of 282.44º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43095B is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 67 9 91 -
CMYK 0.26 0.90 0 0.64
HSL 282.44º 0.82% 0.2% -
HSV(B) 282.44º 0.9% 0.36% -
XYZ 4.3 2.14 10.08 -
YUV 35.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 67 9 91 0.26 0.90 0 0.64 282.44 0.82 0.2
Hex 43 9 5B 1A 5A 0 40 11A 52 14
Octal 103 11 133 32 132 0 100 432 122 24
Binary 1000011 1001 1011011 11010 1011010 0 1000000 100011010 1010010 10100

Color Harmonies of #43095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43095B

Black with #43095B

Text Example


Text Example

White with #43095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43095B; }

 p { color: rgb(67,9,91); }

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

background-color css

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

 a { background-color: rgb(67,9,91); }

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

border-color css

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

 span { border-color: rgb(67,9,91); }

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