Html Css Color HEX #360ACB Han Purple

📋 copy color: '#360ACB'

red 54 ◦ green 10 ◦ blue 203

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

Shades of Han Purple #360ACB

Tints of Han Purple #360ACB

RGB

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

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

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

R = 20.22%
G = 3.75%
B = 76.03%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#360ACB (or 0x360ACB) is known color: Han Purple. HEX triplet: 36, 0A and CB. RGB value is (54,10,203). Sum of RGB (Red+Green+Blue) = 54+10+203=267 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.22% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 203 (79.69% from 255 or 76.03% from 267); Max value from RGB is 203 - color contains mainly: blue. Hex color #360ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #360ACB is #C9F534. Grayscale: #2C2C2C. Windows color (decimal): -13235509 or 13306422. OLE color: 13306422.

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

Color convert

RGB 54 10 203 -
CMYK 0.73 0.95 0 0.20
HSL 253.68º 0.91% 0.42% -
HSV(B) 253.68º 0.95% 0.8% -
XYZ 12.41 5.31 56.87 -
YUV 45.16 217.08 134.31 -
System Red Green Blue C M Y K H S L
Decimal 54 10 203 0.73 0.95 0 0.20 253.68 0.91 0.42
Hex 36 A CB 49 5F 0 14 FE 5B 2A
Octal 66 12 313 111 137 0 24 376 133 52
Binary 110110 1010 11001011 1001001 1011111 0 10100 11111110 1011011 101010

Color Harmonies of #360ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360ACB

Black with #360ACB

Text Example


Text Example

White with #360ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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