Html Css Color HEX #3C25E2 Han Purple

📋 copy color: '#3C25E2'

red 60 ◦ green 37 ◦ blue 226

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

Shades of Han Purple #3C25E2

Tints of Han Purple #3C25E2

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

 BLUE value IS 226 (88.67% from 255) = 69.97%

R = 18.58%
G = 11.46%
B = 69.97%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3C25E2 (or 0x3C25E2) is known color: Han Purple. HEX triplet: 3C, 25 and E2. RGB value is (60,37,226). Sum of RGB (Red+Green+Blue) = 60+37+226=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 226 (88.67% from 255 or 69.97% from 323); Max value from RGB is 226 - color contains mainly: blue. Hex color #3C25E2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C25E2 is #C3DA1D. Grayscale: #404040. Windows color (decimal): -12835358 or 14820668. OLE color: 14820668.

HSL color Cylindrical-coordinate representation of color #3C25E2: hue angle of 247.3º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C25E2 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 60 37 226 -
CMYK 0.73 0.84 0 0.11
HSL 247.3º 0.77% 0.52% -
HSV(B) 247.3º 0.84% 0.89% -
XYZ 16.25 7.77 72.6 -
YUV 65.42 218.62 124.13 -
System Red Green Blue C M Y K H S L
Decimal 60 37 226 0.73 0.84 0 0.11 247.3 0.77 0.52
Hex 3C 25 E2 49 54 0 B F7 4D 34
Octal 74 45 342 111 124 0 13 367 115 64
Binary 111100 100101 11100010 1001001 1010100 0 1011 11110111 1001101 110100

Color Harmonies of #3C25E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C25E2

Black with #3C25E2

Text Example


Text Example

White with #3C25E2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,37,226); }

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

background-color css

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

 a { background-color: rgb(60,37,226); }

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

border-color css

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

 span { border-color: rgb(60,37,226); }

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