Html Css Color HEX #360CDF Han Purple

📋 copy color: '#360CDF'

red 54 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #360CDF

Tints of Han Purple #360CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.16%

R = 18.69%
G = 4.15%
B = 77.16%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#360CDF (or 0x360CDF) is known color: Han Purple. HEX triplet: 36, 0C and DF. RGB value is (54,12,223). Sum of RGB (Red+Green+Blue) = 54+12+223=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #360CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CDF is #C9F320. Grayscale: #2F2F2F. Windows color (decimal): -13234977 or 14617654. OLE color: 14617654.

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

Color convert

RGB 54 12 223 -
CMYK 0.76 0.95 0 0.13
HSL 251.94º 0.9% 0.46% -
HSV(B) 251.94º 0.95% 0.87% -
XYZ 14.97 6.37 70.25 -
YUV 48.61 226.41 131.84 -
System Red Green Blue C M Y K H S L
Decimal 54 12 223 0.76 0.95 0 0.13 251.94 0.9 0.46
Hex 36 C DF 4C 5F 0 D FC 5A 2E
Octal 66 14 337 114 137 0 15 374 132 56
Binary 110110 1100 11011111 1001100 1011111 0 1101 11111100 1011010 101110

Color Harmonies of #360CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CDF

Black with #360CDF

Text Example


Text Example

White with #360CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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