Html Css Color HEX #321BCE Persian Blue

📋 copy color: '#321BCE'

red 50 ◦ green 27 ◦ blue 206

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

Shades of Persian Blue #321BCE

Tints of Persian Blue #321BCE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.54%

 BLUE value IS 206 (80.86% from 255) = 72.79%

R = 17.67%
G = 9.54%
B = 72.79%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#321BCE (or 0x321BCE) is known color: Persian Blue. HEX triplet: 32, 1B and CE. RGB value is (50,27,206). Sum of RGB (Red+Green+Blue) = 50+27+206=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 206 (80.86% from 255 or 72.79% from 283); Max value from RGB is 206 - color contains mainly: blue. Hex color #321BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321BCE is #CDE431. Grayscale: #353535. Windows color (decimal): -13493298 or 13507378. OLE color: 13507378.

HSL color Cylindrical-coordinate representation of color #321BCE: hue angle of 247.71º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321BCE is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 27 206 -
CMYK 0.76 0.87 0 0.19
HSL 247.71º 0.77% 0.46% -
HSV(B) 247.71º 0.87% 0.81% -
XYZ 12.85 5.92 58.86 -
YUV 54.28 213.62 124.95 -
System Red Green Blue C M Y K H S L
Decimal 50 27 206 0.76 0.87 0 0.19 247.71 0.77 0.46
Hex 32 1B CE 4C 57 0 13 F8 4D 2E
Octal 62 33 316 114 127 0 23 370 115 56
Binary 110010 11011 11001110 1001100 1010111 0 10011 11111000 1001101 101110

Color Harmonies of #321BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321BCE

Black with #321BCE

Text Example


Text Example

White with #321BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,27,206); }

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

background-color css

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

 a { background-color: rgb(50,27,206); }

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

border-color css

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

 span { border-color: rgb(50,27,206); }

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