Html Css Color HEX #3B2EFD Han Purple

📋 copy color: '#3B2EFD'

red 59 ◦ green 46 ◦ blue 253

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

Shades of Han Purple #3B2EFD

Tints of Han Purple #3B2EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.85%

 BLUE value IS 253 (99.22% from 255) = 70.67%

R = 16.48%
G = 12.85%
B = 70.67%

CMYK

 C value IS 0.77

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3B2EFD (or 0x3B2EFD) is known color: Han Purple. HEX triplet: 3B, 2E and FD. RGB value is (59,46,253). Sum of RGB (Red+Green+Blue) = 59+46+253=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 46 (18.36% from 255 or 12.85% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #3B2EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B2EFD is #C4D102. Grayscale: #484848. Windows color (decimal): -12898563 or 16592443. OLE color: 16592443.

HSL color Cylindrical-coordinate representation of color #3B2EFD: hue angle of 243.77º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B2EFD is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 59 46 253 -
CMYK 0.77 0.82 0 0.01
HSL 243.77º 0.98% 0.59% -
HSV(B) 243.77º 0.82% 0.99% -
XYZ 20.51 9.98 93.77 -
YUV 73.49 229.31 117.67 -
System Red Green Blue C M Y K H S L
Decimal 59 46 253 0.77 0.82 0 0.01 243.77 0.98 0.59
Hex 3B 2E FD 4D 52 0 1 F4 62 3B
Octal 73 56 375 115 122 0 1 364 142 73
Binary 111011 101110 11111101 1001101 1010010 0 1 11110100 1100010 111011

Color Harmonies of #3B2EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2EFD

Black with #3B2EFD

Text Example


Text Example

White with #3B2EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,46,253); }

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

background-color css

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

 a { background-color: rgb(59,46,253); }

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

border-color css

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

 span { border-color: rgb(59,46,253); }

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