Html Css Color HEX #3E00CF Han Purple

📋 copy color: '#3E00CF'

red 62 ◦ green 0 ◦ blue 207

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

Shades of Han Purple #3E00CF

Tints of Han Purple #3E00CF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.05%
G = 0%
B = 76.95%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3E00CF (or 0x3E00CF) is known color: Han Purple. HEX triplet: 3E, 00 and CF. RGB value is (62,0,207). Sum of RGB (Red+Green+Blue) = 62+0+207=269 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.05% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #3E00CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E00CF is #C1FF30. Grayscale: #292929. Windows color (decimal): -12713777 or 13566014. OLE color: 13566014.

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

Color convert

RGB 62 0 207 -
CMYK 0.70 1 0 0.19
HSL 257.97º 1% 0.41% -
HSV(B) 257.97º 1% 0.81% -
XYZ 13.25 5.53 59.4 -
YUV 42.14 221.04 142.17 -
System Red Green Blue C M Y K H S L
Decimal 62 0 207 0.70 1 0 0.19 257.97 1 0.41
Hex 3E 0 CF 46 64 0 13 102 64 29
Octal 76 0 317 106 144 0 23 402 144 51
Binary 111110 0 11001111 1000110 1100100 0 10011 100000010 1100100 101001

Color Harmonies of #3E00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E00CF

Black with #3E00CF

Text Example


Text Example

White with #3E00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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