Html Css Color HEX #360BDA Han Purple

📋 copy color: '#360BDA'

red 54 ◦ green 11 ◦ blue 218

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

Shades of Han Purple #360BDA

Tints of Han Purple #360BDA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

 BLUE value IS 218 (85.55% from 255) = 77.03%

R = 19.08%
G = 3.89%
B = 77.03%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#360BDA (or 0x360BDA) is known color: Han Purple. HEX triplet: 36, 0B and DA. RGB value is (54,11,218). Sum of RGB (Red+Green+Blue) = 54+11+218=283 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.08% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 218 (85.55% from 255 or 77.03% from 283); Max value from RGB is 218 - color contains mainly: blue. Hex color #360BDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360BDA is #C9F425. Grayscale: #2E2E2E. Windows color (decimal): -13235238 or 14289718. OLE color: 14289718.

HSL color Cylindrical-coordinate representation of color #360BDA: hue angle of 252.46º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #360BDA is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 54 11 218 -
CMYK 0.75 0.95 0 0.15
HSL 252.46º 0.9% 0.45% -
HSV(B) 252.46º 0.95% 0.85% -
XYZ 14.3 6.09 66.75 -
YUV 47.46 224.25 132.67 -
System Red Green Blue C M Y K H S L
Decimal 54 11 218 0.75 0.95 0 0.15 252.46 0.9 0.45
Hex 36 B DA 4B 5F 0 F FC 5A 2D
Octal 66 13 332 113 137 0 17 374 132 55
Binary 110110 1011 11011010 1001011 1011111 0 1111 11111100 1011010 101101

Color Harmonies of #360BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360BDA

Black with #360BDA

Text Example


Text Example

White with #360BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,11,218); }

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

background-color css

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

 a { background-color: rgb(54,11,218); }

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

border-color css

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

 span { border-color: rgb(54,11,218); }

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