Html Css Color HEX #3E10CF Han Purple

📋 copy color: '#3E10CF'

red 62 ◦ green 16 ◦ blue 207

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

Shades of Han Purple #3E10CF

Tints of Han Purple #3E10CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 207 (81.25% from 255) = 72.63%

R = 21.75%
G = 5.61%
B = 72.63%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3E10CF (or 0x3E10CF) is known color: Han Purple. HEX triplet: 3E, 10 and CF. RGB value is (62,16,207). Sum of RGB (Red+Green+Blue) = 62+16+207=285 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.75% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E10CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E10CF is #C1EF30. Grayscale: #323232. Windows color (decimal): -12709681 or 13570110. OLE color: 13570110.

HSL color Cylindrical-coordinate representation of color #3E10CF: hue angle of 254.45º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E10CF is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 62 16 207 -
CMYK 0.70 0.92 0 0.19
HSL 254.45º 0.86% 0.44% -
HSV(B) 254.45º 0.92% 0.81% -
XYZ 13.43 5.9 59.46 -
YUV 51.53 215.74 135.47 -
System Red Green Blue C M Y K H S L
Decimal 62 16 207 0.70 0.92 0 0.19 254.45 0.86 0.44
Hex 3E 10 CF 46 5C 0 13 FE 56 2C
Octal 76 20 317 106 134 0 23 376 126 54
Binary 111110 10000 11001111 1000110 1011100 0 10011 11111110 1010110 101100

Color Harmonies of #3E10CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E10CF

Black with #3E10CF

Text Example


Text Example

White with #3E10CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,16,207); }

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

background-color css

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

 a { background-color: rgb(62,16,207); }

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

border-color css

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

 span { border-color: rgb(62,16,207); }

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