Html Css Color HEX #360CCA Han Purple

📋 copy color: '#360CCA'

red 54 ◦ green 12 ◦ blue 202

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

Shades of Han Purple #360CCA

Tints of Han Purple #360CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 75.37%

R = 20.15%
G = 4.48%
B = 75.37%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#360CCA (or 0x360CCA) is known color: Han Purple. HEX triplet: 36, 0C and CA. RGB value is (54,12,202). Sum of RGB (Red+Green+Blue) = 54+12+202=268 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.15% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 202 (79.30% from 255 or 75.37% from 268); Max value from RGB is 202 - color contains mainly: blue. Hex color #360CCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360CCA is #C9F335. Grayscale: #2D2D2D. Windows color (decimal): -13234998 or 13241398. OLE color: 13241398.

HSL color Cylindrical-coordinate representation of color #360CCA: hue angle of 253.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360CCA is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 54 12 202 -
CMYK 0.73 0.94 0 0.21
HSL 253.26º 0.89% 0.42% -
HSV(B) 253.26º 0.94% 0.79% -
XYZ 12.31 5.31 56.25 -
YUV 46.22 215.91 133.55 -
System Red Green Blue C M Y K H S L
Decimal 54 12 202 0.73 0.94 0 0.21 253.26 0.89 0.42
Hex 36 C CA 49 5E 0 15 FD 59 2A
Octal 66 14 312 111 136 0 25 375 131 52
Binary 110110 1100 11001010 1001001 1011110 0 10101 11111101 1011001 101010

Color Harmonies of #360CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360CCA

Black with #360CCA

Text Example


Text Example

White with #360CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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