Html Css Color HEX #360AED Han Purple

📋 copy color: '#360AED'

red 54 ◦ green 10 ◦ blue 237

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

Shades of Han Purple #360AED

Tints of Han Purple #360AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.32%

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

R = 17.94%
G = 3.32%
B = 78.74%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#360AED (or 0x360AED) is known color: Han Purple. HEX triplet: 36, 0A and ED. RGB value is (54,10,237). Sum of RGB (Red+Green+Blue) = 54+10+237=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 237 (92.97% from 255 or 78.74% from 301); Max value from RGB is 237 - color contains mainly: blue. Hex color #360AED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360AED is #C9F512. Grayscale: #303030. Windows color (decimal): -13235475 or 15534646. OLE color: 15534646.

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

Color convert

RGB 54 10 237 -
CMYK 0.77 0.96 0 0.07
HSL 251.63º 0.92% 0.48% -
HSV(B) 251.63º 0.96% 0.93% -
XYZ 16.92 7.12 80.6 -
YUV 49.03 234.08 131.54 -
System Red Green Blue C M Y K H S L
Decimal 54 10 237 0.77 0.96 0 0.07 251.63 0.92 0.48
Hex 36 A ED 4D 60 0 7 FC 5C 30
Octal 66 12 355 115 140 0 7 374 134 60
Binary 110110 1010 11101101 1001101 1100000 0 111 11111100 1011100 110000

Color Harmonies of #360AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360AED

Black with #360AED

Text Example


Text Example

White with #360AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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