Html Css Color HEX #361FCD Persian Blue

📋 copy color: '#361FCD'

red 54 ◦ green 31 ◦ blue 205

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

Shades of Persian Blue #361FCD

Tints of Persian Blue #361FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.69%

 BLUE value IS 205 (80.47% from 255) = 70.69%

R = 18.62%
G = 10.69%
B = 70.69%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#361FCD (or 0x361FCD) is known color: Persian Blue. HEX triplet: 36, 1F and CD. RGB value is (54,31,205). Sum of RGB (Red+Green+Blue) = 54+31+205=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 205 (80.47% from 255 or 70.69% from 290); Max value from RGB is 205 - color contains mainly: blue. Hex color #361FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #361FCD is #C9E032. Grayscale: #393939. Windows color (decimal): -13230131 or 13442870. OLE color: 13442870.

HSL color Cylindrical-coordinate representation of color #361FCD: hue angle of 247.93º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361FCD is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 54 31 205 -
CMYK 0.74 0.85 0 0.20
HSL 247.93º 0.74% 0.46% -
HSV(B) 247.93º 0.85% 0.8% -
XYZ 13.03 6.17 58.26 -
YUV 57.71 211.12 125.35 -
System Red Green Blue C M Y K H S L
Decimal 54 31 205 0.74 0.85 0 0.20 247.93 0.74 0.46
Hex 36 1F CD 4A 55 0 14 F8 4A 2E
Octal 66 37 315 112 125 0 24 370 112 56
Binary 110110 11111 11001101 1001010 1010101 0 10100 11111000 1001010 101110

Color Harmonies of #361FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361FCD

Black with #361FCD

Text Example


Text Example

White with #361FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,31,205); }

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

background-color css

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

 a { background-color: rgb(54,31,205); }

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

border-color css

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

 span { border-color: rgb(54,31,205); }

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