Html Css Color HEX #3613D5 Han Purple

📋 copy color: '#3613D5'

red 54 ◦ green 19 ◦ blue 213

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

Shades of Han Purple #3613D5

Tints of Han Purple #3613D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 74.48%

R = 18.88%
G = 6.64%
B = 74.48%

CMYK

 C value IS 0.75

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3613D5 (or 0x3613D5) is known color: Han Purple. HEX triplet: 36, 13 and D5. RGB value is (54,19,213). Sum of RGB (Red+Green+Blue) = 54+19+213=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 213 (83.59% from 255 or 74.48% from 286); Max value from RGB is 213 - color contains mainly: blue. Hex color #3613D5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3613D5 is #C9EC2A. Grayscale: #323232. Windows color (decimal): -13233195 or 13964086. OLE color: 13964086.

HSL color Cylindrical-coordinate representation of color #3613D5: hue angle of 250.82º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3613D5 is Cyan = 0.75, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 19 213 -
CMYK 0.75 0.91 0 0.16
HSL 250.82º 0.84% 0.45% -
HSV(B) 250.82º 0.91% 0.84% -
XYZ 13.76 6.05 63.39 -
YUV 51.58 219.1 129.73 -
System Red Green Blue C M Y K H S L
Decimal 54 19 213 0.75 0.91 0 0.16 250.82 0.84 0.45
Hex 36 13 D5 4B 5B 0 10 FB 54 2D
Octal 66 23 325 113 133 0 20 373 124 55
Binary 110110 10011 11010101 1001011 1011011 0 10000 11111011 1010100 101101

Color Harmonies of #3613D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3613D5

Black with #3613D5

Text Example


Text Example

White with #3613D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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