Html Css Color HEX #2917C2 Persian Blue

📋 copy color: '#2917C2'

red 41 ◦ green 23 ◦ blue 194

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

Shades of Persian Blue #2917C2

Tints of Persian Blue #2917C2

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

 BLUE value IS 194 (76.17% from 255) = 75.19%

R = 15.89%
G = 8.91%
B = 75.19%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#2917C2 (or 0x2917C2) is known color: Persian Blue. HEX triplet: 29, 17 and C2. RGB value is (41,23,194). Sum of RGB (Red+Green+Blue) = 41+23+194=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 194 (76.17% from 255 or 75.19% from 258); Max value from RGB is 194 - color contains mainly: blue. Hex color #2917C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2917C2 is #D6E83D. Grayscale: #2F2F2F. Windows color (decimal): -14084158 or 12719913. OLE color: 12719913.

HSL color Cylindrical-coordinate representation of color #2917C2: hue angle of 246.32º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2917C2 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 41 23 194 -
CMYK 0.79 0.88 0 0.24
HSL 246.32º 0.79% 0.43% -
HSV(B) 246.32º 0.88% 0.76% -
XYZ 10.96 4.98 51.42 -
YUV 47.88 210.46 123.1 -
System Red Green Blue C M Y K H S L
Decimal 41 23 194 0.79 0.88 0 0.24 246.32 0.79 0.43
Hex 29 17 C2 4F 58 0 18 F6 4F 2B
Octal 51 27 302 117 130 0 30 366 117 53
Binary 101001 10111 11000010 1001111 1011000 0 11000 11110110 1001111 101011

Color Harmonies of #2917C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2917C2

Black with #2917C2

Text Example


Text Example

White with #2917C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2917C2; }

 p { color: rgb(41,23,194); }

 H1.HeaderClassName
 {
   color: #2917C2;
 }
 .AnyTagClassName
 {
   color: #2917C2;
 }
</style>

background-color css

<style>
 a { background-color: #2917C2; }

 a { background-color: rgb(41,23,194); }

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

border-color css

<style>
 span { border-color: #2917C2; }

 span { border-color: rgb(41,23,194); }

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