Html Css Color HEX #2915C3 Persian Blue

📋 copy color: '#2915C3'

red 41 ◦ green 21 ◦ blue 195

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

Shades of Persian Blue #2915C3

Tints of Persian Blue #2915C3

RGB

 RED value IS 41 (16.41% from 255) = 15.95%

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

 BLUE value IS 195 (76.56% from 255) = 75.88%

R = 15.95%
G = 8.17%
B = 75.88%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2915C3 (or 0x2915C3) is known color: Persian Blue. HEX triplet: 29, 15 and C3. RGB value is (41,21,195). Sum of RGB (Red+Green+Blue) = 41+21+195=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 195 (76.56% from 255 or 75.88% from 257); Max value from RGB is 195 - color contains mainly: blue. Hex color #2915C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2915C3 is #D6EA3C. Grayscale: #2E2E2E. Windows color (decimal): -14084669 or 12784937. OLE color: 12784937.

HSL color Cylindrical-coordinate representation of color #2915C3: hue angle of 246.9º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2915C3 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 21 195 -
CMYK 0.79 0.89 0 0.24
HSL 246.9º 0.81% 0.42% -
HSV(B) 246.9º 0.89% 0.76% -
XYZ 11.03 4.95 52 -
YUV 46.82 211.63 123.85 -
System Red Green Blue C M Y K H S L
Decimal 41 21 195 0.79 0.89 0 0.24 246.9 0.81 0.42
Hex 29 15 C3 4F 59 0 18 F7 51 2A
Octal 51 25 303 117 131 0 30 367 121 52
Binary 101001 10101 11000011 1001111 1011001 0 11000 11110111 1010001 101010

Color Harmonies of #2915C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2915C3

Black with #2915C3

Text Example


Text Example

White with #2915C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2915C3; }

 p { color: rgb(41,21,195); }

 H1.HeaderClassName
 {
   color: #2915C3;
 }
 .AnyTagClassName
 {
   color: #2915C3;
 }
</style>

background-color css

<style>
 a { background-color: #2915C3; }

 a { background-color: rgb(41,21,195); }

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

border-color css

<style>
 span { border-color: #2915C3; }

 span { border-color: rgb(41,21,195); }

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