Html Css Color HEX #361CC1 Persian Blue

📋 copy color: '#361CC1'

red 54 ◦ green 28 ◦ blue 193

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

Shades of Persian Blue #361CC1

Tints of Persian Blue #361CC1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.18%

 BLUE value IS 193 (75.78% from 255) = 70.18%

R = 19.64%
G = 10.18%
B = 70.18%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#361CC1 (or 0x361CC1) is known color: Persian Blue. HEX triplet: 36, 1C and C1. RGB value is (54,28,193). Sum of RGB (Red+Green+Blue) = 54+28+193=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 193 (75.78% from 255 or 70.18% from 275); Max value from RGB is 193 - color contains mainly: blue. Hex color #361CC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361CC1 is #C9E33E. Grayscale: #353535. Windows color (decimal): -13230911 or 12655670. OLE color: 12655670.

HSL color Cylindrical-coordinate representation of color #361CC1: hue angle of 249.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361CC1 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 28 193 -
CMYK 0.72 0.85 0 0.24
HSL 249.45º 0.75% 0.43% -
HSV(B) 249.45º 0.85% 0.76% -
XYZ 11.56 5.47 50.9 -
YUV 54.58 206.11 127.58 -
System Red Green Blue C M Y K H S L
Decimal 54 28 193 0.72 0.85 0 0.24 249.45 0.75 0.43
Hex 36 1C C1 48 55 0 18 F9 4B 2B
Octal 66 34 301 110 125 0 30 371 113 53
Binary 110110 11100 11000001 1001000 1010101 0 11000 11111001 1001011 101011

Color Harmonies of #361CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361CC1

Black with #361CC1

Text Example


Text Example

White with #361CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361CC1; }

 p { color: rgb(54,28,193); }

 H1.HeaderClassName
 {
   color: #361CC1;
 }
 .AnyTagClassName
 {
   color: #361CC1;
 }
</style>

background-color css

<style>
 a { background-color: #361CC1; }

 a { background-color: rgb(54,28,193); }

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

border-color css

<style>
 span { border-color: #361CC1; }

 span { border-color: rgb(54,28,193); }

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