Html Css Color HEX #360CE5 Han Purple

📋 copy color: '#360CE5'

red 54 ◦ green 12 ◦ blue 229

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

Shades of Han Purple #360CE5

Tints of Han Purple #360CE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 77.63%

R = 18.31%
G = 4.07%
B = 77.63%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#360CE5 (or 0x360CE5) is known color: Han Purple. HEX triplet: 36, 0C and E5. RGB value is (54,12,229). Sum of RGB (Red+Green+Blue) = 54+12+229=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 229 (89.84% from 255 or 77.63% from 295); Max value from RGB is 229 - color contains mainly: blue. Hex color #360CE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CE5 is #C9F31A. Grayscale: #303030. Windows color (decimal): -13234971 or 15010870. OLE color: 15010870.

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

Color convert

RGB 54 12 229 -
CMYK 0.76 0.95 0 0.10
HSL 251.61º 0.9% 0.47% -
HSV(B) 251.61º 0.95% 0.9% -
XYZ 15.8 6.7 74.59 -
YUV 49.3 229.41 131.36 -
System Red Green Blue C M Y K H S L
Decimal 54 12 229 0.76 0.95 0 0.10 251.61 0.9 0.47
Hex 36 C E5 4C 5F 0 A FC 5A 2F
Octal 66 14 345 114 137 0 12 374 132 57
Binary 110110 1100 11100101 1001100 1011111 0 1010 11111100 1011010 101111

Color Harmonies of #360CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CE5

Black with #360CE5

Text Example


Text Example

White with #360CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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