Html Css Color HEX #3B0ACE Han Purple

📋 copy color: '#3B0ACE'

red 59 ◦ green 10 ◦ blue 206

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

Shades of Han Purple #3B0ACE

Tints of Han Purple #3B0ACE

RGB

 RED value IS 59 (23.44% from 255) = 21.45%

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

 BLUE value IS 206 (80.86% from 255) = 74.91%

R = 21.45%
G = 3.64%
B = 74.91%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B0ACE (or 0x3B0ACE) is known color: Han Purple. HEX triplet: 3B, 0A and CE. RGB value is (59,10,206). Sum of RGB (Red+Green+Blue) = 59+10+206=275 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.45% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B0ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0ACE is #C4F531. Grayscale: #2E2E2E. Windows color (decimal): -12907826 or 13503035. OLE color: 13503035.

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

Color convert

RGB 59 10 206 -
CMYK 0.71 0.95 0 0.19
HSL 255º 0.91% 0.42% -
HSV(B) 255º 0.95% 0.81% -
XYZ 13.05 5.6 58.79 -
YUV 47 217.73 136.56 -
System Red Green Blue C M Y K H S L
Decimal 59 10 206 0.71 0.95 0 0.19 255 0.91 0.42
Hex 3B A CE 47 5F 0 13 FF 5B 2A
Octal 73 12 316 107 137 0 23 377 133 52
Binary 111011 1010 11001110 1000111 1011111 0 10011 11111111 1011011 101010

Color Harmonies of #3B0ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0ACE

Black with #3B0ACE

Text Example


Text Example

White with #3B0ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,10,206); }

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

background-color css

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

 a { background-color: rgb(59,10,206); }

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

border-color css

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

 span { border-color: rgb(59,10,206); }

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