Html Css Color HEX #3C2EFB Han Purple

📋 copy color: '#3C2EFB'

red 60 ◦ green 46 ◦ blue 251

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

Shades of Han Purple #3C2EFB

Tints of Han Purple #3C2EFB

RGB

 RED value IS 60 (23.83% from 255) = 16.81%

 GREEN value IS 46 (18.36% from 255) = 12.89%

 BLUE value IS 251 (98.44% from 255) = 70.31%

R = 16.81%
G = 12.89%
B = 70.31%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3C2EFB (or 0x3C2EFB) is known color: Han Purple. HEX triplet: 3C, 2E and FB. RGB value is (60,46,251). Sum of RGB (Red+Green+Blue) = 60+46+251=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C2EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2EFB is #C3D104. Grayscale: #484848. Windows color (decimal): -12833029 or 16461372. OLE color: 16461372.

HSL color Cylindrical-coordinate representation of color #3C2EFB: hue angle of 244.1º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C2EFB is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 60 46 251 -
CMYK 0.76 0.82 0 0.02
HSL 244.1º 0.96% 0.58% -
HSV(B) 244.1º 0.82% 0.98% -
XYZ 20.25 9.88 92.11 -
YUV 73.56 228.14 118.33 -
System Red Green Blue C M Y K H S L
Decimal 60 46 251 0.76 0.82 0 0.02 244.1 0.96 0.58
Hex 3C 2E FB 4C 52 0 2 F4 60 3A
Octal 74 56 373 114 122 0 2 364 140 72
Binary 111100 101110 11111011 1001100 1010010 0 10 11110100 1100000 111010

Color Harmonies of #3C2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2EFB

Black with #3C2EFB

Text Example


Text Example

White with #3C2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,46,251); }

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

background-color css

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

 a { background-color: rgb(60,46,251); }

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

border-color css

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

 span { border-color: rgb(60,46,251); }

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