Html Css Color HEX #360FEA Han Purple

📋 copy color: '#360FEA'

red 54 ◦ green 15 ◦ blue 234

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

Shades of Han Purple #360FEA

Tints of Han Purple #360FEA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.95%

 BLUE value IS 234 (91.8% from 255) = 77.23%

R = 17.82%
G = 4.95%
B = 77.23%

CMYK

 C value IS 0.77

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#360FEA (or 0x360FEA) is known color: Han Purple. HEX triplet: 36, 0F and EA. RGB value is (54,15,234). Sum of RGB (Red+Green+Blue) = 54+15+234=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 234 (91.80% from 255 or 77.23% from 303); Max value from RGB is 234 - color contains mainly: blue. Hex color #360FEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360FEA is #C9F015. Grayscale: #323232. Windows color (decimal): -13234198 or 15339318. OLE color: 15339318.

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

Color convert

RGB 54 15 234 -
CMYK 0.77 0.94 0 0.08
HSL 250.68º 0.88% 0.49% -
HSV(B) 250.68º 0.94% 0.92% -
XYZ 16.54 7.07 78.33 -
YUV 51.63 230.92 129.69 -
System Red Green Blue C M Y K H S L
Decimal 54 15 234 0.77 0.94 0 0.08 250.68 0.88 0.49
Hex 36 F EA 4D 5E 0 8 FB 58 31
Octal 66 17 352 115 136 0 10 373 130 61
Binary 110110 1111 11101010 1001101 1011110 0 1000 11111011 1011000 110001

Color Harmonies of #360FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360FEA

Black with #360FEA

Text Example


Text Example

White with #360FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,15,234); }

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

background-color css

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

 a { background-color: rgb(54,15,234); }

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

border-color css

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

 span { border-color: rgb(54,15,234); }

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