Html Css Color HEX #321FCB Persian Blue

📋 copy color: '#321FCB'

red 50 ◦ green 31 ◦ blue 203

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

Shades of Persian Blue #321FCB

Tints of Persian Blue #321FCB

RGB

 RED value IS 50 (19.92% from 255) = 17.61%

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

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

R = 17.61%
G = 10.92%
B = 71.48%

CMYK

 C value IS 0.75

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#321FCB (or 0x321FCB) is known color: Persian Blue. HEX triplet: 32, 1F and CB. RGB value is (50,31,203). Sum of RGB (Red+Green+Blue) = 50+31+203=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #321FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321FCB is #CDE034. Grayscale: #373737. Windows color (decimal): -13492277 or 13311794. OLE color: 13311794.

HSL color Cylindrical-coordinate representation of color #321FCB: hue angle of 246.63º 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 #321FCB is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 31 203 -
CMYK 0.75 0.85 0 0.20
HSL 246.63º 0.74% 0.46% -
HSV(B) 246.63º 0.85% 0.8% -
XYZ 12.58 5.97 56.99 -
YUV 56.29 210.79 123.51 -
System Red Green Blue C M Y K H S L
Decimal 50 31 203 0.75 0.85 0 0.20 246.63 0.74 0.46
Hex 32 1F CB 4B 55 0 14 F7 4A 2E
Octal 62 37 313 113 125 0 24 367 112 56
Binary 110010 11111 11001011 1001011 1010101 0 10100 11110111 1001010 101110

Color Harmonies of #321FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321FCB

Black with #321FCB

Text Example


Text Example

White with #321FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321FCB; }

 p { color: rgb(50,31,203); }

 H1.HeaderClassName
 {
   color: #321FCB;
 }
 .AnyTagClassName
 {
   color: #321FCB;
 }
</style>

background-color css

<style>
 a { background-color: #321FCB; }

 a { background-color: rgb(50,31,203); }

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

border-color css

<style>
 span { border-color: #321FCB; }

 span { border-color: rgb(50,31,203); }

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