Html Css Color HEX #3B24F2 Han Purple

📋 copy color: '#3B24F2'

red 59 ◦ green 36 ◦ blue 242

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

Shades of Han Purple #3B24F2

Tints of Han Purple #3B24F2

RGB

 RED value IS 59 (23.44% from 255) = 17.51%

 GREEN value IS 36 (14.45% from 255) = 10.68%

 BLUE value IS 242 (94.92% from 255) = 71.81%

R = 17.51%
G = 10.68%
B = 71.81%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#3B24F2 (or 0x3B24F2) is known color: Han Purple. HEX triplet: 3B, 24 and F2. RGB value is (59,36,242). Sum of RGB (Red+Green+Blue) = 59+36+242=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 242 (94.92% from 255 or 71.81% from 337); Max value from RGB is 242 - color contains mainly: blue. Hex color #3B24F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B24F2 is #C4DB0D. Grayscale: #414141. Windows color (decimal): -12901134 or 15868987. OLE color: 15868987.

HSL color Cylindrical-coordinate representation of color #3B24F2: hue angle of 246.7º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B24F2 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 36 242 -
CMYK 0.76 0.85 0 0.05
HSL 246.7º 0.89% 0.55% -
HSV(B) 246.7º 0.85% 0.95% -
XYZ 18.46 8.6 84.69 -
YUV 66.36 227.12 122.75 -
System Red Green Blue C M Y K H S L
Decimal 59 36 242 0.76 0.85 0 0.05 246.7 0.89 0.55
Hex 3B 24 F2 4C 55 0 5 F7 59 37
Octal 73 44 362 114 125 0 5 367 131 67
Binary 111011 100100 11110010 1001100 1010101 0 101 11110111 1011001 110111

Color Harmonies of #3B24F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B24F2

Black with #3B24F2

Text Example


Text Example

White with #3B24F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,36,242); }

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

background-color css

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

 a { background-color: rgb(59,36,242); }

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

border-color css

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

 span { border-color: rgb(59,36,242); }

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