Html Css Color HEX #3A25EF Han Purple

📋 copy color: '#3A25EF'

red 58 ◦ green 37 ◦ blue 239

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

Shades of Han Purple #3A25EF

Tints of Han Purple #3A25EF

RGB

 RED value IS 58 (23.05% from 255) = 17.37%

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

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

R = 17.37%
G = 11.08%
B = 71.56%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3A25EF (or 0x3A25EF) is known color: Han Purple. HEX triplet: 3A, 25 and EF. RGB value is (58,37,239). Sum of RGB (Red+Green+Blue) = 58+37+239=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #3A25EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3A25EF is #C5DA10. Grayscale: #414141. Windows color (decimal): -12966417 or 15672634. OLE color: 15672634.

HSL color Cylindrical-coordinate representation of color #3A25EF: hue angle of 246.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A25EF is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 37 239 -
CMYK 0.76 0.85 0 0.06
HSL 246.24º 0.86% 0.54% -
HSV(B) 246.24º 0.85% 0.94% -
XYZ 17.99 8.45 82.35 -
YUV 66.31 225.46 122.07 -
System Red Green Blue C M Y K H S L
Decimal 58 37 239 0.76 0.85 0 0.06 246.24 0.86 0.54
Hex 3A 25 EF 4C 55 0 6 F6 56 36
Octal 72 45 357 114 125 0 6 366 126 66
Binary 111010 100101 11101111 1001100 1010101 0 110 11110110 1010110 110110

Color Harmonies of #3A25EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A25EF

Black with #3A25EF

Text Example


Text Example

White with #3A25EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,37,239); }

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

background-color css

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

 a { background-color: rgb(58,37,239); }

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

border-color css

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

 span { border-color: rgb(58,37,239); }

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