Html Css Color HEX #360CE6 Han Purple

📋 copy color: '#360CE6'

red 54 ◦ green 12 ◦ blue 230

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

Shades of Han Purple #360CE6

Tints of Han Purple #360CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 77.7%

R = 18.24%
G = 4.05%
B = 77.7%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#360CE6 (or 0x360CE6) is known color: Han Purple. HEX triplet: 36, 0C and E6. RGB value is (54,12,230). Sum of RGB (Red+Green+Blue) = 54+12+230=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 230 (90.23% from 255 or 77.70% from 296); Max value from RGB is 230 - color contains mainly: blue. Hex color #360CE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CE6 is #C9F319. Grayscale: #303030. Windows color (decimal): -13234970 or 15076406. OLE color: 15076406.

HSL color Cylindrical-coordinate representation of color #360CE6: hue angle of 251.56º 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 #360CE6 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 54 12 230 -
CMYK 0.77 0.95 0 0.10
HSL 251.56º 0.9% 0.47% -
HSV(B) 251.56º 0.95% 0.9% -
XYZ 15.94 6.76 75.33 -
YUV 49.41 229.91 131.27 -
System Red Green Blue C M Y K H S L
Decimal 54 12 230 0.77 0.95 0 0.10 251.56 0.9 0.47
Hex 36 C E6 4D 5F 0 A FC 5A 2F
Octal 66 14 346 115 137 0 12 374 132 57
Binary 110110 1100 11100110 1001101 1011111 0 1010 11111100 1011010 101111

Color Harmonies of #360CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CE6

Black with #360CE6

Text Example


Text Example

White with #360CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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