Html Css Color HEX #3B02F4 Han Purple

📋 copy color: '#3B02F4'

red 59 ◦ green 2 ◦ blue 244

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

Shades of Han Purple #3B02F4

Tints of Han Purple #3B02F4

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 244 (95.7% from 255) = 80%

R = 19.34%
G = 0.66%
B = 80%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3B02F4 (or 0x3B02F4) is known color: Han Purple. HEX triplet: 3B, 02 and F4. RGB value is (59,2,244). Sum of RGB (Red+Green+Blue) = 59+2+244=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 244 (95.70% from 255 or 80% from 305); Max value from RGB is 244 - color contains mainly: blue. Hex color #3B02F4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3B02F4 is #C4FD0B. Grayscale: #2D2D2D. Windows color (decimal): -12909836 or 15991355. OLE color: 15991355.

HSL color Cylindrical-coordinate representation of color #3B02F4: hue angle of 254.13º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B02F4 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 59 2 244 -
CMYK 0.76 0.99 0 0.04
HSL 254.13º 0.98% 0.48% -
HSV(B) 254.13º 0.99% 0.96% -
XYZ 18.15 7.5 86.08 -
YUV 46.63 239.38 136.82 -
System Red Green Blue C M Y K H S L
Decimal 59 2 244 0.76 0.99 0 0.04 254.13 0.98 0.48
Hex 3B 2 F4 4C 63 0 4 FE 62 30
Octal 73 2 364 114 143 0 4 376 142 60
Binary 111011 10 11110100 1001100 1100011 0 100 11111110 1100010 110000

Color Harmonies of #3B02F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B02F4

Black with #3B02F4

Text Example


Text Example

White with #3B02F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,2,244); }

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

background-color css

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

 a { background-color: rgb(59,2,244); }

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

border-color css

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

 span { border-color: rgb(59,2,244); }

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