Html Css Color HEX #3E0ACB Han Purple

📋 copy color: '#3E0ACB'

red 62 ◦ green 10 ◦ blue 203

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

Shades of Han Purple #3E0ACB

Tints of Han Purple #3E0ACB

RGB

 RED value IS 62 (24.61% from 255) = 22.55%

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

 BLUE value IS 203 (79.69% from 255) = 73.82%

R = 22.55%
G = 3.64%
B = 73.82%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E0ACB (or 0x3E0ACB) is known color: Han Purple. HEX triplet: 3E, 0A and CB. RGB value is (62,10,203). Sum of RGB (Red+Green+Blue) = 62+10+203=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 203 (79.69% from 255 or 73.82% from 275); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E0ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0ACB is #C1F534. Grayscale: #2E2E2E. Windows color (decimal): -12711221 or 13306430. OLE color: 13306430.

HSL color Cylindrical-coordinate representation of color #3E0ACB: hue angle of 256.17º 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 #3E0ACB is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 10 203 -
CMYK 0.69 0.95 0 0.20
HSL 256.17º 0.91% 0.42% -
HSV(B) 256.17º 0.95% 0.8% -
XYZ 12.87 5.55 56.89 -
YUV 47.55 215.73 138.31 -
System Red Green Blue C M Y K H S L
Decimal 62 10 203 0.69 0.95 0 0.20 256.17 0.91 0.42
Hex 3E A CB 45 5F 0 14 100 5B 2A
Octal 76 12 313 105 137 0 24 400 133 52
Binary 111110 1010 11001011 1000101 1011111 0 10100 100000000 1011011 101010

Color Harmonies of #3E0ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0ACB

Black with #3E0ACB

Text Example


Text Example

White with #3E0ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,10,203); }

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

background-color css

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

 a { background-color: rgb(62,10,203); }

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

border-color css

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

 span { border-color: rgb(62,10,203); }

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