Html Css Color HEX #3613DF Han Purple

📋 copy color: '#3613DF'

red 54 ◦ green 19 ◦ blue 223

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

Shades of Han Purple #3613DF

Tints of Han Purple #3613DF

RGB

 RED value IS 54 (21.48% from 255) = 18.24%

 GREEN value IS 19 (7.81% from 255) = 6.42%

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

R = 18.24%
G = 6.42%
B = 75.34%

CMYK

 C value IS 0.76

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3613DF (or 0x3613DF) is known color: Han Purple. HEX triplet: 36, 13 and DF. RGB value is (54,19,223). Sum of RGB (Red+Green+Blue) = 54+19+223=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 223 (87.5% from 255 or 75.34% from 296); Max value from RGB is 223 - color contains mainly: blue. Hex color #3613DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3613DF is #C9EC20. Grayscale: #333333. Windows color (decimal): -13233185 or 14619446. OLE color: 14619446.

HSL color Cylindrical-coordinate representation of color #3613DF: hue angle of 250.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3613DF is Cyan = 0.76, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 19 223 -
CMYK 0.76 0.91 0 0.13
HSL 250.29º 0.84% 0.47% -
HSV(B) 250.29º 0.91% 0.87% -
XYZ 15.07 6.58 70.29 -
YUV 52.72 224.1 128.91 -
System Red Green Blue C M Y K H S L
Decimal 54 19 223 0.76 0.91 0 0.13 250.29 0.84 0.47
Hex 36 13 DF 4C 5B 0 D FA 54 2F
Octal 66 23 337 114 133 0 15 372 124 57
Binary 110110 10011 11011111 1001100 1011011 0 1101 11111010 1010100 101111

Color Harmonies of #3613DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3613DF

Black with #3613DF

Text Example


Text Example

White with #3613DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3613DF; }

 p { color: rgb(54,19,223); }

 H1.HeaderClassName
 {
   color: #3613DF;
 }
 .AnyTagClassName
 {
   color: #3613DF;
 }
</style>

background-color css

<style>
 a { background-color: #3613DF; }

 a { background-color: rgb(54,19,223); }

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

border-color css

<style>
 span { border-color: #3613DF; }

 span { border-color: rgb(54,19,223); }

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