Html Css Color HEX #360CF0 Han Purple

📋 copy color: '#360CF0'

red 54 ◦ green 12 ◦ blue 240

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

Shades of Han Purple #360CF0

Tints of Han Purple #360CF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 78.43%

R = 17.65%
G = 3.92%
B = 78.43%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#360CF0 (or 0x360CF0) is known color: Han Purple. HEX triplet: 36, 0C and F0. RGB value is (54,12,240). Sum of RGB (Red+Green+Blue) = 54+12+240=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 12 (5.08% from 255 or 3.92% from 306); Blue value is 240 (94.14% from 255 or 78.43% from 306); Max value from RGB is 240 - color contains mainly: blue. Hex color #360CF0 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CF0 is #C9F30F. Grayscale: #313131. Windows color (decimal): -13234960 or 15731766. OLE color: 15731766.

HSL color Cylindrical-coordinate representation of color #360CF0: hue angle of 251.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CF0 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 54 12 240 -
CMYK 0.78 0.95 0 0.06
HSL 251.05º 0.9% 0.49% -
HSV(B) 251.05º 0.95% 0.94% -
XYZ 17.38 7.34 82.94 -
YUV 50.55 234.91 130.46 -
System Red Green Blue C M Y K H S L
Decimal 54 12 240 0.78 0.95 0 0.06 251.05 0.9 0.49
Hex 36 C F0 4E 5F 0 6 FB 5A 31
Octal 66 14 360 116 137 0 6 373 132 61
Binary 110110 1100 11110000 1001110 1011111 0 110 11111011 1011010 110001

Color Harmonies of #360CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CF0

Black with #360CF0

Text Example


Text Example

White with #360CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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