Html Css Color HEX #3B18DE Han Purple

📋 copy color: '#3B18DE'

red 59 ◦ green 24 ◦ blue 222

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

Shades of Han Purple #3B18DE

Tints of Han Purple #3B18DE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.87%

 BLUE value IS 222 (87.11% from 255) = 72.79%

R = 19.34%
G = 7.87%
B = 72.79%

CMYK

 C value IS 0.73

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3B18DE (or 0x3B18DE) is known color: Han Purple. HEX triplet: 3B, 18 and DE. RGB value is (59,24,222). Sum of RGB (Red+Green+Blue) = 59+24+222=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 222 (87.11% from 255 or 72.79% from 305); Max value from RGB is 222 - color contains mainly: blue. Hex color #3B18DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B18DE is #C4E721. Grayscale: #383838. Windows color (decimal): -12904226 or 14555195. OLE color: 14555195.

HSL color Cylindrical-coordinate representation of color #3B18DE: hue angle of 250.61º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B18DE is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 59 24 222 -
CMYK 0.73 0.89 0 0.13
HSL 250.61º 0.8% 0.48% -
HSV(B) 250.61º 0.89% 0.87% -
XYZ 15.32 6.86 69.62 -
YUV 57.04 221.1 129.4 -
System Red Green Blue C M Y K H S L
Decimal 59 24 222 0.73 0.89 0 0.13 250.61 0.8 0.48
Hex 3B 18 DE 49 59 0 D FB 50 30
Octal 73 30 336 111 131 0 15 373 120 60
Binary 111011 11000 11011110 1001001 1011001 0 1101 11111011 1010000 110000

Color Harmonies of #3B18DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B18DE

Black with #3B18DE

Text Example


Text Example

White with #3B18DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,24,222); }

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

background-color css

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

 a { background-color: rgb(59,24,222); }

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

border-color css

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

 span { border-color: rgb(59,24,222); }

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