Html Css Color HEX #360DCB Han Purple

📋 copy color: '#360DCB'

red 54 ◦ green 13 ◦ blue 203

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

Shades of Han Purple #360DCB

Tints of Han Purple #360DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.81%

 BLUE value IS 203 (79.69% from 255) = 75.19%

R = 20%
G = 4.81%
B = 75.19%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#360DCB (or 0x360DCB) is known color: Han Purple. HEX triplet: 36, 0D and CB. RGB value is (54,13,203). Sum of RGB (Red+Green+Blue) = 54+13+203=270 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20% from 270); Green value is 13 (5.47% from 255 or 4.81% from 270); Blue value is 203 (79.69% from 255 or 75.19% from 270); Max value from RGB is 203 - color contains mainly: blue. Hex color #360DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360DCB is #C9F234. Grayscale: #2E2E2E. Windows color (decimal): -13234741 or 13307190. OLE color: 13307190.

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

Color convert

RGB 54 13 203 -
CMYK 0.73 0.94 0 0.20
HSL 252.95º 0.88% 0.42% -
HSV(B) 252.95º 0.94% 0.8% -
XYZ 12.44 5.38 56.88 -
YUV 46.92 216.08 133.05 -
System Red Green Blue C M Y K H S L
Decimal 54 13 203 0.73 0.94 0 0.20 252.95 0.88 0.42
Hex 36 D CB 49 5E 0 14 FD 58 2A
Octal 66 15 313 111 136 0 24 375 130 52
Binary 110110 1101 11001011 1001001 1011110 0 10100 11111101 1011000 101010

Color Harmonies of #360DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360DCB

Black with #360DCB

Text Example


Text Example

White with #360DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,13,203); }

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

background-color css

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

 a { background-color: rgb(54,13,203); }

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

border-color css

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

 span { border-color: rgb(54,13,203); }

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