Html Css Color HEX #3215CA Persian Blue

📋 copy color: '#3215CA'

red 50 ◦ green 21 ◦ blue 202

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

Shades of Persian Blue #3215CA

Tints of Persian Blue #3215CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 18.32%
G = 7.69%
B = 73.99%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3215CA (or 0x3215CA) is known color: Persian Blue. HEX triplet: 32, 15 and CA. RGB value is (50,21,202). Sum of RGB (Red+Green+Blue) = 50+21+202=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 202 (79.30% from 255 or 73.99% from 273); Max value from RGB is 202 - color contains mainly: blue. Hex color #3215CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215CA is #CDEA35. Grayscale: #313131. Windows color (decimal): -13494838 or 13243698. OLE color: 13243698.

HSL color Cylindrical-coordinate representation of color #3215CA: hue angle of 249.61º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3215CA is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 21 202 -
CMYK 0.75 0.90 0 0.21
HSL 249.61º 0.81% 0.44% -
HSV(B) 249.61º 0.9% 0.79% -
XYZ 12.24 5.48 56.29 -
YUV 50.31 213.61 127.78 -
System Red Green Blue C M Y K H S L
Decimal 50 21 202 0.75 0.90 0 0.21 249.61 0.81 0.44
Hex 32 15 CA 4B 5A 0 15 FA 51 2C
Octal 62 25 312 113 132 0 25 372 121 54
Binary 110010 10101 11001010 1001011 1011010 0 10101 11111010 1010001 101100

Color Harmonies of #3215CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3215CA

Black with #3215CA

Text Example


Text Example

White with #3215CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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