Html Css Color HEX #321CCD Persian Blue

📋 copy color: '#321CCD'

red 50 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #321CCD

Tints of Persian Blue #321CCD

RGB

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

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

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

R = 17.67%
G = 9.89%
B = 72.44%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#321CCD (or 0x321CCD) is known color: Persian Blue. HEX triplet: 32, 1C and CD. RGB value is (50,28,205). Sum of RGB (Red+Green+Blue) = 50+28+205=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #321CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CCD is #CDE332. Grayscale: #363636. Windows color (decimal): -13493043 or 13442098. OLE color: 13442098.

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

Color convert

RGB 50 28 205 -
CMYK 0.76 0.86 0 0.20
HSL 247.46º 0.76% 0.46% -
HSV(B) 247.46º 0.86% 0.8% -
XYZ 12.75 5.92 58.23 -
YUV 54.76 212.79 124.61 -
System Red Green Blue C M Y K H S L
Decimal 50 28 205 0.76 0.86 0 0.20 247.46 0.76 0.46
Hex 32 1C CD 4C 56 0 14 F7 4C 2E
Octal 62 34 315 114 126 0 24 367 114 56
Binary 110010 11100 11001101 1001100 1010110 0 10100 11110111 1001100 101110

Color Harmonies of #321CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CCD

Black with #321CCD

Text Example


Text Example

White with #321CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,28,205); }

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

background-color css

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

 a { background-color: rgb(50,28,205); }

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

border-color css

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

 span { border-color: rgb(50,28,205); }

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