Html Css Color HEX #3B0FDF Han Purple

📋 copy color: '#3B0FDF'

red 59 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #3B0FDF

Tints of Han Purple #3B0FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.05%

 BLUE value IS 223 (87.5% from 255) = 75.08%

R = 19.87%
G = 5.05%
B = 75.08%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B0FDF (or 0x3B0FDF) is known color: Han Purple. HEX triplet: 3B, 0F and DF. RGB value is (59,15,223). Sum of RGB (Red+Green+Blue) = 59+15+223=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 15 (6.25% from 255 or 5.05% from 297); Blue value is 223 (87.5% from 255 or 75.08% from 297); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B0FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B0FDF is #C4F020. Grayscale: #333333. Windows color (decimal): -12906529 or 14618427. OLE color: 14618427.

HSL color Cylindrical-coordinate representation of color #3B0FDF: hue angle of 252.69º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B0FDF is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 15 223 -
CMYK 0.74 0.93 0 0.13
HSL 252.69º 0.87% 0.47% -
HSV(B) 252.69º 0.93% 0.87% -
XYZ 15.29 6.6 70.28 -
YUV 51.87 224.58 133.09 -
System Red Green Blue C M Y K H S L
Decimal 59 15 223 0.74 0.93 0 0.13 252.69 0.87 0.47
Hex 3B F DF 4A 5D 0 D FD 57 2F
Octal 73 17 337 112 135 0 15 375 127 57
Binary 111011 1111 11011111 1001010 1011101 0 1101 11111101 1010111 101111

Color Harmonies of #3B0FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0FDF

Black with #3B0FDF

Text Example


Text Example

White with #3B0FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,15,223); }

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

background-color css

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

 a { background-color: rgb(59,15,223); }

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

border-color css

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

 span { border-color: rgb(59,15,223); }

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