Html Css Color HEX #3C02EF Han Purple

📋 copy color: '#3C02EF'

red 60 ◦ green 2 ◦ blue 239

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

Shades of Han Purple #3C02EF

Tints of Han Purple #3C02EF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 239 (93.75% from 255) = 79.4%

R = 19.93%
G = 0.66%
B = 79.4%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3C02EF (or 0x3C02EF) is known color: Han Purple. HEX triplet: 3C, 02 and EF. RGB value is (60,2,239). Sum of RGB (Red+Green+Blue) = 60+2+239=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 239 (93.75% from 255 or 79.40% from 301); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C02EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C02EF is #C3FD10. Grayscale: #2D2D2D. Windows color (decimal): -12844305 or 15663676. OLE color: 15663676.

HSL color Cylindrical-coordinate representation of color #3C02EF: hue angle of 254.68º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3C02EF is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 60 2 239 -
CMYK 0.75 0.99 0 0.06
HSL 254.68º 0.98% 0.47% -
HSV(B) 254.68º 0.99% 0.94% -
XYZ 17.47 7.24 82.14 -
YUV 46.36 236.72 137.73 -
System Red Green Blue C M Y K H S L
Decimal 60 2 239 0.75 0.99 0 0.06 254.68 0.98 0.47
Hex 3C 2 EF 4B 63 0 6 FF 62 2F
Octal 74 2 357 113 143 0 6 377 142 57
Binary 111100 10 11101111 1001011 1100011 0 110 11111111 1100010 101111

Color Harmonies of #3C02EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C02EF

Black with #3C02EF

Text Example


Text Example

White with #3C02EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,2,239); }

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

background-color css

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

 a { background-color: rgb(60,2,239); }

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

border-color css

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

 span { border-color: rgb(60,2,239); }

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