Html Css Color HEX #3E00CD Han Purple

📋 copy color: '#3E00CD'

red 62 ◦ green 0 ◦ blue 205

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

Shades of Han Purple #3E00CD

Tints of Han Purple #3E00CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.78%

R = 23.22%
G = 0%
B = 76.78%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E00CD (or 0x3E00CD) is known color: Han Purple. HEX triplet: 3E, 00 and CD. RGB value is (62,0,205). Sum of RGB (Red+Green+Blue) = 62+0+205=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E00CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E00CD is #C1FF32. Grayscale: #292929. Windows color (decimal): -12713779 or 13434942. OLE color: 13434942.

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

Color convert

RGB 62 0 205 -
CMYK 0.70 1 0 0.20
HSL 258.15º 1% 0.4% -
HSV(B) 258.15º 1% 0.8% -
XYZ 13.01 5.43 58.12 -
YUV 41.91 220.04 142.33 -
System Red Green Blue C M Y K H S L
Decimal 62 0 205 0.70 1 0 0.20 258.15 1 0.4
Hex 3E 0 CD 46 64 0 14 102 64 28
Octal 76 0 315 106 144 0 24 402 144 50
Binary 111110 0 11001101 1000110 1100100 0 10100 100000010 1100100 101000

Color Harmonies of #3E00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E00CD

Black with #3E00CD

Text Example


Text Example

White with #3E00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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