Html Css Color HEX #3B1CDF Han Purple

📋 copy color: '#3B1CDF'

red 59 ◦ green 28 ◦ blue 223

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

Shades of Han Purple #3B1CDF

Tints of Han Purple #3B1CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.03%

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

R = 19.03%
G = 9.03%
B = 71.94%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B1CDF (or 0x3B1CDF) is known color: Han Purple. HEX triplet: 3B, 1C and DF. RGB value is (59,28,223). Sum of RGB (Red+Green+Blue) = 59+28+223=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 223 (87.5% from 255 or 71.94% from 310); Max value from RGB is 223 - color contains mainly: blue. Hex color #3B1CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1CDF is #C4E320. Grayscale: #3A3A3A. Windows color (decimal): -12903201 or 14621755. OLE color: 14621755.

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

Color convert

RGB 59 28 223 -
CMYK 0.74 0.87 0 0.13
HSL 249.54º 0.78% 0.49% -
HSV(B) 249.54º 0.87% 0.87% -
XYZ 15.54 7.09 70.36 -
YUV 59.5 220.27 127.64 -
System Red Green Blue C M Y K H S L
Decimal 59 28 223 0.74 0.87 0 0.13 249.54 0.78 0.49
Hex 3B 1C DF 4A 57 0 D FA 4E 31
Octal 73 34 337 112 127 0 15 372 116 61
Binary 111011 11100 11011111 1001010 1010111 0 1101 11111010 1001110 110001

Color Harmonies of #3B1CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1CDF

Black with #3B1CDF

Text Example


Text Example

White with #3B1CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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