Html Css Color HEX #3C0FEA Han Purple

📋 copy color: '#3C0FEA'

red 60 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #3C0FEA

Tints of Han Purple #3C0FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.85%

 BLUE value IS 234 (91.8% from 255) = 75.73%

R = 19.42%
G = 4.85%
B = 75.73%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3C0FEA (or 0x3C0FEA) is known color: Han Purple. HEX triplet: 3C, 0F and EA. RGB value is (60,15,234). Sum of RGB (Red+Green+Blue) = 60+15+234=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 234 (91.80% from 255 or 75.73% from 309); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C0FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3C0FEA is #C3F015. Grayscale: #343434. Windows color (decimal): -12840982 or 15339324. OLE color: 15339324.

HSL color Cylindrical-coordinate representation of color #3C0FEA: hue angle of 252.33º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3C0FEA is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 60 15 234 -
CMYK 0.74 0.94 0 0.08
HSL 252.33º 0.88% 0.49% -
HSV(B) 252.33º 0.94% 0.92% -
XYZ 16.89 7.24 78.35 -
YUV 53.42 229.91 132.69 -
System Red Green Blue C M Y K H S L
Decimal 60 15 234 0.74 0.94 0 0.08 252.33 0.88 0.49
Hex 3C F EA 4A 5E 0 8 FC 58 31
Octal 74 17 352 112 136 0 10 374 130 61
Binary 111100 1111 11101010 1001010 1011110 0 1000 11111100 1011000 110001

Color Harmonies of #3C0FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0FEA

Black with #3C0FEA

Text Example


Text Example

White with #3C0FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,15,234); }

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

background-color css

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

 a { background-color: rgb(60,15,234); }

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

border-color css

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

 span { border-color: rgb(60,15,234); }

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