Html Css Color HEX #360CFA Han Purple

📋 copy color: '#360CFA'

red 54 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #360CFA

Tints of Han Purple #360CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 79.11%

R = 17.09%
G = 3.8%
B = 79.11%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#360CFA (or 0x360CFA) is known color: Han Purple. HEX triplet: 36, 0C and FA. RGB value is (54,12,250). Sum of RGB (Red+Green+Blue) = 54+12+250=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 250 (98.05% from 255 or 79.11% from 316); Max value from RGB is 250 - color contains mainly: blue. Hex color #360CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #360CFA is #C9F305. Grayscale: #323232. Windows color (decimal): -13234950 or 16387126. OLE color: 16387126.

HSL color Cylindrical-coordinate representation of color #360CFA: hue angle of 250.59º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360CFA is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 12 250 -
CMYK 0.78 0.95 0 0.02
HSL 250.59º 0.96% 0.51% -
HSV(B) 250.59º 0.95% 0.98% -
XYZ 18.91 7.95 90.98 -
YUV 51.69 239.91 129.65 -
System Red Green Blue C M Y K H S L
Decimal 54 12 250 0.78 0.95 0 0.02 250.59 0.96 0.51
Hex 36 C FA 4E 5F 0 2 FB 60 33
Octal 66 14 372 116 137 0 2 373 140 63
Binary 110110 1100 11111010 1001110 1011111 0 10 11111011 1100000 110011

Color Harmonies of #360CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CFA

Black with #360CFA

Text Example


Text Example

White with #360CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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