Html Css Color HEX #3219CA Persian Blue

📋 copy color: '#3219CA'

red 50 ◦ green 25 ◦ blue 202

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

Shades of Persian Blue #3219CA

Tints of Persian Blue #3219CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.03%

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

R = 18.05%
G = 9.03%
B = 72.92%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3219CA (or 0x3219CA) is known color: Persian Blue. HEX triplet: 32, 19 and CA. RGB value is (50,25,202). Sum of RGB (Red+Green+Blue) = 50+25+202=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #3219CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3219CA is #CDE635. Grayscale: #333333. Windows color (decimal): -13493814 or 13244722. OLE color: 13244722.

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

Color convert

RGB 50 25 202 -
CMYK 0.75 0.88 0 0.21
HSL 248.47º 0.78% 0.45% -
HSV(B) 248.47º 0.88% 0.79% -
XYZ 12.32 5.64 56.32 -
YUV 52.65 212.28 126.11 -
System Red Green Blue C M Y K H S L
Decimal 50 25 202 0.75 0.88 0 0.21 248.47 0.78 0.45
Hex 32 19 CA 4B 58 0 15 F8 4E 2D
Octal 62 31 312 113 130 0 25 370 116 55
Binary 110010 11001 11001010 1001011 1011000 0 10101 11111000 1001110 101101

Color Harmonies of #3219CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3219CA

Black with #3219CA

Text Example


Text Example

White with #3219CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3219CA; }

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

 H1.HeaderClassName
 {
   color: #3219CA;
 }
 .AnyTagClassName
 {
   color: #3219CA;
 }
</style>

background-color css

<style>
 a { background-color: #3219CA; }

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

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

border-color css

<style>
 span { border-color: #3219CA; }

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

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