Html Css Color HEX #321CCA Persian Blue

📋 copy color: '#321CCA'

red 50 ◦ green 28 ◦ blue 202

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

Shades of Persian Blue #321CCA

Tints of Persian Blue #321CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 72.14%

R = 17.86%
G = 10%
B = 72.14%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#321CCA (or 0x321CCA) is known color: Persian Blue. HEX triplet: 32, 1C and CA. RGB value is (50,28,202). Sum of RGB (Red+Green+Blue) = 50+28+202=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #321CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #321CCA is #CDE335. Grayscale: #353535. Windows color (decimal): -13493046 or 13245490. OLE color: 13245490.

HSL color Cylindrical-coordinate representation of color #321CCA: hue angle of 247.59º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #321CCA is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 28 202 -
CMYK 0.75 0.86 0 0.21
HSL 247.59º 0.76% 0.45% -
HSV(B) 247.59º 0.86% 0.79% -
XYZ 12.39 5.77 56.34 -
YUV 54.41 211.29 124.85 -
System Red Green Blue C M Y K H S L
Decimal 50 28 202 0.75 0.86 0 0.21 247.59 0.76 0.45
Hex 32 1C CA 4B 56 0 15 F8 4C 2D
Octal 62 34 312 113 126 0 25 370 114 55
Binary 110010 11100 11001010 1001011 1010110 0 10101 11111000 1001100 101101

Color Harmonies of #321CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321CCA

Black with #321CCA

Text Example


Text Example

White with #321CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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