Html Css Color HEX #360BEB Han Purple

📋 copy color: '#360BEB'

red 54 ◦ green 11 ◦ blue 235

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

Shades of Han Purple #360BEB

Tints of Han Purple #360BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.67%

 BLUE value IS 235 (92.19% from 255) = 78.33%

R = 18%
G = 3.67%
B = 78.33%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#360BEB (or 0x360BEB) is known color: Han Purple. HEX triplet: 36, 0B and EB. RGB value is (54,11,235). Sum of RGB (Red+Green+Blue) = 54+11+235=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 235 (92.19% from 255 or 78.33% from 300); Max value from RGB is 235 - color contains mainly: blue. Hex color #360BEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360BEB is #C9F414. Grayscale: #303030. Windows color (decimal): -13235221 or 15403830. OLE color: 15403830.

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

Color convert

RGB 54 11 235 -
CMYK 0.77 0.95 0 0.08
HSL 251.52º 0.91% 0.48% -
HSV(B) 251.52º 0.95% 0.92% -
XYZ 16.64 7.02 79.08 -
YUV 49.39 232.75 131.29 -
System Red Green Blue C M Y K H S L
Decimal 54 11 235 0.77 0.95 0 0.08 251.52 0.91 0.48
Hex 36 B EB 4D 5F 0 8 FC 5B 30
Octal 66 13 353 115 137 0 10 374 133 60
Binary 110110 1011 11101011 1001101 1011111 0 1000 11111100 1011011 110000

Color Harmonies of #360BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BEB

Black with #360BEB

Text Example


Text Example

White with #360BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,11,235); }

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

background-color css

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

 a { background-color: rgb(54,11,235); }

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

border-color css

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

 span { border-color: rgb(54,11,235); }

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