Html Css Color HEX #3129C1 Persian Blue

📋 copy color: '#3129C1'

red 49 ◦ green 41 ◦ blue 193

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

Shades of Persian Blue #3129C1

Tints of Persian Blue #3129C1

RGB

 RED value IS 49 (19.53% from 255) = 17.31%

 GREEN value IS 41 (16.41% from 255) = 14.49%

 BLUE value IS 193 (75.78% from 255) = 68.2%

R = 17.31%
G = 14.49%
B = 68.2%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3129C1 (or 0x3129C1) is known color: Persian Blue. HEX triplet: 31, 29 and C1. RGB value is (49,41,193). Sum of RGB (Red+Green+Blue) = 49+41+193=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #3129C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3129C1 is #CED63E. Grayscale: #3C3C3C. Windows color (decimal): -13555263 or 12658993. OLE color: 12658993.

HSL color Cylindrical-coordinate representation of color #3129C1: hue angle of 243.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3129C1 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 49 41 193 -
CMYK 0.75 0.79 0 0.24
HSL 243.16º 0.65% 0.46% -
HSV(B) 243.16º 0.79% 0.76% -
XYZ 11.69 6.09 51.01 -
YUV 60.72 202.65 119.64 -
System Red Green Blue C M Y K H S L
Decimal 49 41 193 0.75 0.79 0 0.24 243.16 0.65 0.46
Hex 31 29 C1 4B 4F 0 18 F3 41 2E
Octal 61 51 301 113 117 0 30 363 101 56
Binary 110001 101001 11000001 1001011 1001111 0 11000 11110011 1000001 101110

Color Harmonies of #3129C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3129C1

Black with #3129C1

Text Example


Text Example

White with #3129C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3129C1; }

 p { color: rgb(49,41,193); }

 H1.HeaderClassName
 {
   color: #3129C1;
 }
 .AnyTagClassName
 {
   color: #3129C1;
 }
</style>

background-color css

<style>
 a { background-color: #3129C1; }

 a { background-color: rgb(49,41,193); }

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

border-color css

<style>
 span { border-color: #3129C1; }

 span { border-color: rgb(49,41,193); }

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