Html Css Color HEX #3C25EB Han Purple

📋 copy color: '#3C25EB'

red 60 ◦ green 37 ◦ blue 235

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

Shades of Han Purple #3C25EB

Tints of Han Purple #3C25EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.78%

R = 18.07%
G = 11.14%
B = 70.78%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3C25EB (or 0x3C25EB) is known color: Han Purple. HEX triplet: 3C, 25 and EB. RGB value is (60,37,235). Sum of RGB (Red+Green+Blue) = 60+37+235=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 235 (92.19% from 255 or 70.78% from 332); Max value from RGB is 235 - color contains mainly: blue. Hex color #3C25EB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C25EB is #C3DA14. Grayscale: #414141. Windows color (decimal): -12835349 or 15410492. OLE color: 15410492.

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

Color convert

RGB 60 37 235 -
CMYK 0.74 0.84 0 0.08
HSL 246.97º 0.83% 0.53% -
HSV(B) 246.97º 0.84% 0.92% -
XYZ 17.52 8.28 79.27 -
YUV 66.45 223.12 123.4 -
System Red Green Blue C M Y K H S L
Decimal 60 37 235 0.74 0.84 0 0.08 246.97 0.83 0.53
Hex 3C 25 EB 4A 54 0 8 F7 53 35
Octal 74 45 353 112 124 0 10 367 123 65
Binary 111100 100101 11101011 1001010 1010100 0 1000 11110111 1010011 110101

Color Harmonies of #3C25EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C25EB

Black with #3C25EB

Text Example


Text Example

White with #3C25EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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