Html Css Color HEX #3125C0 Persian Blue

📋 copy color: '#3125C0'

red 49 ◦ green 37 ◦ blue 192

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

Shades of Persian Blue #3125C0

Tints of Persian Blue #3125C0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

 BLUE value IS 192 (75.39% from 255) = 69.06%

R = 17.63%
G = 13.31%
B = 69.06%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3125C0 (or 0x3125C0) is known color: Persian Blue. HEX triplet: 31, 25 and C0. RGB value is (49,37,192). Sum of RGB (Red+Green+Blue) = 49+37+192=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 192 (75.39% from 255 or 69.06% from 278); Max value from RGB is 192 - color contains mainly: blue. Hex color #3125C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3125C0 is #CEDA3F. Grayscale: #393939. Windows color (decimal): -13556288 or 12592433. OLE color: 12592433.

HSL color Cylindrical-coordinate representation of color #3125C0: hue angle of 244.65º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3125C0 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 49 37 192 -
CMYK 0.74 0.81 0 0.25
HSL 244.65º 0.68% 0.45% -
HSV(B) 244.65º 0.81% 0.75% -
XYZ 11.44 5.78 50.38 -
YUV 58.26 203.48 121.4 -
System Red Green Blue C M Y K H S L
Decimal 49 37 192 0.74 0.81 0 0.25 244.65 0.68 0.45
Hex 31 25 C0 4A 51 0 19 F5 44 2D
Octal 61 45 300 112 121 0 31 365 104 55
Binary 110001 100101 11000000 1001010 1010001 0 11001 11110101 1000100 101101

Color Harmonies of #3125C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3125C0

Black with #3125C0

Text Example


Text Example

White with #3125C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3125C0; }

 p { color: rgb(49,37,192); }

 H1.HeaderClassName
 {
   color: #3125C0;
 }
 .AnyTagClassName
 {
   color: #3125C0;
 }
</style>

background-color css

<style>
 a { background-color: #3125C0; }

 a { background-color: rgb(49,37,192); }

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

border-color css

<style>
 span { border-color: #3125C0; }

 span { border-color: rgb(49,37,192); }

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