Html Css Color HEX #360CE1 Han Purple

📋 copy color: '#360CE1'

red 54 ◦ green 12 ◦ blue 225

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

Shades of Han Purple #360CE1

Tints of Han Purple #360CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.12%

 BLUE value IS 225 (88.28% from 255) = 77.32%

R = 18.56%
G = 4.12%
B = 77.32%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#360CE1 (or 0x360CE1) is known color: Han Purple. HEX triplet: 36, 0C and E1. RGB value is (54,12,225). Sum of RGB (Red+Green+Blue) = 54+12+225=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 12 (5.08% from 255 or 4.12% from 291); Blue value is 225 (88.28% from 255 or 77.32% from 291); Max value from RGB is 225 - color contains mainly: blue. Hex color #360CE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CE1 is #C9F31E. Grayscale: #303030. Windows color (decimal): -13234975 or 14748726. OLE color: 14748726.

HSL color Cylindrical-coordinate representation of color #360CE1: hue angle of 251.83º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CE1 is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 54 12 225 -
CMYK 0.76 0.95 0 0.12
HSL 251.83º 0.9% 0.46% -
HSV(B) 251.83º 0.95% 0.88% -
XYZ 15.24 6.48 71.68 -
YUV 48.84 227.41 131.68 -
System Red Green Blue C M Y K H S L
Decimal 54 12 225 0.76 0.95 0 0.12 251.83 0.9 0.46
Hex 36 C E1 4C 5F 0 C FC 5A 2E
Octal 66 14 341 114 137 0 14 374 132 56
Binary 110110 1100 11100001 1001100 1011111 0 1100 11111100 1011010 101110

Color Harmonies of #360CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CE1

Black with #360CE1

Text Example


Text Example

White with #360CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360CE1; }

 p { color: rgb(54,12,225); }

 H1.HeaderClassName
 {
   color: #360CE1;
 }
 .AnyTagClassName
 {
   color: #360CE1;
 }
</style>

background-color css

<style>
 a { background-color: #360CE1; }

 a { background-color: rgb(54,12,225); }

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

border-color css

<style>
 span { border-color: #360CE1; }

 span { border-color: rgb(54,12,225); }

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