Html Css Color HEX #360AD3 Han Purple

📋 copy color: '#360AD3'

red 54 ◦ green 10 ◦ blue 211

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

Shades of Han Purple #360AD3

Tints of Han Purple #360AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 76.73%

R = 19.64%
G = 3.64%
B = 76.73%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#360AD3 (or 0x360AD3) is known color: Han Purple. HEX triplet: 36, 0A and D3. RGB value is (54,10,211). Sum of RGB (Red+Green+Blue) = 54+10+211=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 211 (82.81% from 255 or 76.73% from 275); Max value from RGB is 211 - color contains mainly: blue. Hex color #360AD3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360AD3 is #C9F52C. Grayscale: #2D2D2D. Windows color (decimal): -13235501 or 13830710. OLE color: 13830710.

HSL color Cylindrical-coordinate representation of color #360AD3: hue angle of 253.13º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360AD3 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 54 10 211 -
CMYK 0.74 0.95 0 0.17
HSL 253.13º 0.91% 0.43% -
HSV(B) 253.13º 0.95% 0.83% -
XYZ 13.39 5.7 62.02 -
YUV 46.07 221.08 133.66 -
System Red Green Blue C M Y K H S L
Decimal 54 10 211 0.74 0.95 0 0.17 253.13 0.91 0.43
Hex 36 A D3 4A 5F 0 11 FD 5B 2B
Octal 66 12 323 112 137 0 21 375 133 53
Binary 110110 1010 11010011 1001010 1011111 0 10001 11111101 1011011 101011

Color Harmonies of #360AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360AD3

Black with #360AD3

Text Example


Text Example

White with #360AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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