Html Css Color HEX #360CE7 Han Purple

📋 copy color: '#360CE7'

red 54 ◦ green 12 ◦ blue 231

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

Shades of Han Purple #360CE7

Tints of Han Purple #360CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 77.78%

R = 18.18%
G = 4.04%
B = 77.78%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#360CE7 (or 0x360CE7) is known color: Han Purple. HEX triplet: 36, 0C and E7. RGB value is (54,12,231). Sum of RGB (Red+Green+Blue) = 54+12+231=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 231 (90.62% from 255 or 77.78% from 297); Max value from RGB is 231 - color contains mainly: blue. Hex color #360CE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CE7 is #C9F318. Grayscale: #303030. Windows color (decimal): -13234969 or 15141942. OLE color: 15141942.

HSL color Cylindrical-coordinate representation of color #360CE7: hue angle of 251.51º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CE7 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 54 12 231 -
CMYK 0.77 0.95 0 0.09
HSL 251.51º 0.9% 0.48% -
HSV(B) 251.51º 0.95% 0.91% -
XYZ 16.08 6.82 76.07 -
YUV 49.52 230.41 131.19 -
System Red Green Blue C M Y K H S L
Decimal 54 12 231 0.77 0.95 0 0.09 251.51 0.9 0.48
Hex 36 C E7 4D 5F 0 9 FC 5A 30
Octal 66 14 347 115 137 0 11 374 132 60
Binary 110110 1100 11100111 1001101 1011111 0 1001 11111100 1011010 110000

Color Harmonies of #360CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CE7

Black with #360CE7

Text Example


Text Example

White with #360CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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