Html Css Color HEX #3B0ACC Han Purple

📋 copy color: '#3B0ACC'

red 59 ◦ green 10 ◦ blue 204

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

Shades of Han Purple #3B0ACC

Tints of Han Purple #3B0ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 74.73%

R = 21.61%
G = 3.66%
B = 74.73%

CMYK

 C value IS 0.71

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#3B0ACC (or 0x3B0ACC) is known color: Han Purple. HEX triplet: 3B, 0A and CC. RGB value is (59,10,204). Sum of RGB (Red+Green+Blue) = 59+10+204=273 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.61% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 204 (80.08% from 255 or 74.73% from 273); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B0ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0ACC is #C4F533. Grayscale: #2E2E2E. Windows color (decimal): -12907828 or 13371963. OLE color: 13371963.

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

Color convert

RGB 59 10 204 -
CMYK 0.71 0.95 0 0.2
HSL 255.15º 0.91% 0.42% -
HSV(B) 255.15º 0.95% 0.8% -
XYZ 12.81 5.51 57.51 -
YUV 46.77 216.73 136.73 -
System Red Green Blue C M Y K H S L
Decimal 59 10 204 0.71 0.95 0 0.2 255.15 0.91 0.42
Hex 3B A CC 47 5F 0 14 FF 5B 2A
Octal 73 12 314 107 137 0 24 377 133 52
Binary 111011 1010 11001100 1000111 1011111 0 10100 11111111 1011011 101010

Color Harmonies of #3B0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0ACC

Black with #3B0ACC

Text Example


Text Example

White with #3B0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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