Html Css Color HEX #3E00CB Han Purple

📋 copy color: '#3E00CB'

red 62 ◦ green 0 ◦ blue 203

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

Shades of Han Purple #3E00CB

Tints of Han Purple #3E00CB

RGB

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

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

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

R = 23.4%
G = 0%
B = 76.6%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E00CB (or 0x3E00CB) is known color: Han Purple. HEX triplet: 3E, 00 and CB. RGB value is (62,0,203). Sum of RGB (Red+Green+Blue) = 62+0+203=265 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.40% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 203 (79.69% from 255 or 76.60% from 265); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E00CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E00CB is #C1FF34. Grayscale: #282828. Windows color (decimal): -12713781 or 13303870. OLE color: 13303870.

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

Color convert

RGB 62 0 203 -
CMYK 0.69 1 0 0.20
HSL 258.33º 1% 0.4% -
HSV(B) 258.33º 1% 0.8% -
XYZ 12.77 5.34 56.86 -
YUV 41.68 219.04 142.49 -
System Red Green Blue C M Y K H S L
Decimal 62 0 203 0.69 1 0 0.20 258.33 1 0.4
Hex 3E 0 CB 45 64 0 14 102 64 28
Octal 76 0 313 105 144 0 24 402 144 50
Binary 111110 0 11001011 1000101 1100100 0 10100 100000010 1100100 101000

Color Harmonies of #3E00CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E00CB

Black with #3E00CB

Text Example


Text Example

White with #3E00CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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