Html Css Color HEX #3E06CB Han Purple

📋 copy color: '#3E06CB'

red 62 ◦ green 6 ◦ blue 203

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

Shades of Han Purple #3E06CB

Tints of Han Purple #3E06CB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

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

R = 22.88%
G = 2.21%
B = 74.91%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3E06CB (or 0x3E06CB) is known color: Han Purple. HEX triplet: 3E, 06 and CB. RGB value is (62,6,203). Sum of RGB (Red+Green+Blue) = 62+6+203=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #3E06CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E06CB is #C1F934. Grayscale: #2C2C2C. Windows color (decimal): -12712245 or 13305406. OLE color: 13305406.

HSL color Cylindrical-coordinate representation of color #3E06CB: hue angle of 257.06º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E06CB is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 62 6 203 -
CMYK 0.69 0.97 0 0.20
HSL 257.06º 0.94% 0.41% -
HSV(B) 257.06º 0.97% 0.8% -
XYZ 12.83 5.47 56.88 -
YUV 45.2 217.05 139.98 -
System Red Green Blue C M Y K H S L
Decimal 62 6 203 0.69 0.97 0 0.20 257.06 0.94 0.41
Hex 3E 6 CB 45 61 0 14 101 5E 29
Octal 76 6 313 105 141 0 24 401 136 51
Binary 111110 110 11001011 1000101 1100001 0 10100 100000001 1011110 101001

Color Harmonies of #3E06CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E06CB

Black with #3E06CB

Text Example


Text Example

White with #3E06CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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