Html Css Color HEX #360CED Han Purple

📋 copy color: '#360CED'

red 54 ◦ green 12 ◦ blue 237

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

Shades of Han Purple #360CED

Tints of Han Purple #360CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 78.22%

R = 17.82%
G = 3.96%
B = 78.22%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#360CED (or 0x360CED) is known color: Han Purple. HEX triplet: 36, 0C and ED. RGB value is (54,12,237). Sum of RGB (Red+Green+Blue) = 54+12+237=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 237 (92.97% from 255 or 78.22% from 303); Max value from RGB is 237 - color contains mainly: blue. Hex color #360CED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CED is #C9F312. Grayscale: #313131. Windows color (decimal): -13234963 or 15535158. OLE color: 15535158.

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

Color convert

RGB 54 12 237 -
CMYK 0.77 0.95 0 0.07
HSL 251.2º 0.9% 0.49% -
HSV(B) 251.2º 0.95% 0.93% -
XYZ 16.94 7.16 80.61 -
YUV 50.21 233.41 130.7 -
System Red Green Blue C M Y K H S L
Decimal 54 12 237 0.77 0.95 0 0.07 251.2 0.9 0.49
Hex 36 C ED 4D 5F 0 7 FB 5A 31
Octal 66 14 355 115 137 0 7 373 132 61
Binary 110110 1100 11101101 1001101 1011111 0 111 11111011 1011010 110001

Color Harmonies of #360CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CED

Black with #360CED

Text Example


Text Example

White with #360CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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