Html Css Color HEX #3A0BC9 Han Purple

📋 copy color: '#3A0BC9'

red 58 ◦ green 11 ◦ blue 201

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

Shades of Han Purple #3A0BC9

Tints of Han Purple #3A0BC9

RGB

 RED value IS 58 (23.05% from 255) = 21.48%

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

 BLUE value IS 201 (78.91% from 255) = 74.44%

R = 21.48%
G = 4.07%
B = 74.44%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3A0BC9 (or 0x3A0BC9) is known color: Han Purple. HEX triplet: 3A, 0B and C9. RGB value is (58,11,201). Sum of RGB (Red+Green+Blue) = 58+11+201=270 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.48% from 270); Green value is 11 (4.69% from 255 or 4.07% from 270); Blue value is 201 (78.91% from 255 or 74.44% from 270); Max value from RGB is 201 - color contains mainly: blue. Hex color #3A0BC9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A0BC9 is #C5F436. Grayscale: #2E2E2E. Windows color (decimal): -12973111 or 13175610. OLE color: 13175610.

HSL color Cylindrical-coordinate representation of color #3A0BC9: hue angle of 254.84º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0BC9 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 58 11 201 -
CMYK 0.71 0.95 0 0.21
HSL 254.84º 0.9% 0.42% -
HSV(B) 254.84º 0.95% 0.79% -
XYZ 12.41 5.36 55.64 -
YUV 46.71 215.07 136.05 -
System Red Green Blue C M Y K H S L
Decimal 58 11 201 0.71 0.95 0 0.21 254.84 0.9 0.42
Hex 3A B C9 47 5F 0 15 FF 5A 2A
Octal 72 13 311 107 137 0 25 377 132 52
Binary 111010 1011 11001001 1000111 1011111 0 10101 11111111 1011010 101010

Color Harmonies of #3A0BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0BC9

Black with #3A0BC9

Text Example


Text Example

White with #3A0BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A0BC9; }

 p { color: rgb(58,11,201); }

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

background-color css

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

 a { background-color: rgb(58,11,201); }

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

border-color css

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

 span { border-color: rgb(58,11,201); }

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