Html Css Color HEX #3125D4 Persian Blue

📋 copy color: '#3125D4'

red 49 ◦ green 37 ◦ blue 212

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

Shades of Persian Blue #3125D4

Tints of Persian Blue #3125D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 71.14%

R = 16.44%
G = 12.42%
B = 71.14%

CMYK

 C value IS 0.77

 M value IS 0.83

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3125D4 (or 0x3125D4) is known color: Persian Blue. HEX triplet: 31, 25 and D4. RGB value is (49,37,212). Sum of RGB (Red+Green+Blue) = 49+37+212=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 212 (83.20% from 255 or 71.14% from 298); Max value from RGB is 212 - color contains mainly: blue. Hex color #3125D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3125D4 is #CEDA2B. Grayscale: #3B3B3B. Windows color (decimal): -13556268 or 13903153. OLE color: 13903153.

HSL color Cylindrical-coordinate representation of color #3125D4: hue angle of 244.11º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3125D4 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 37 212 -
CMYK 0.77 0.83 0 0.17
HSL 244.11º 0.7% 0.49% -
HSV(B) 244.11º 0.83% 0.83% -
XYZ 13.81 6.73 62.86 -
YUV 60.54 213.48 119.77 -
System Red Green Blue C M Y K H S L
Decimal 49 37 212 0.77 0.83 0 0.17 244.11 0.7 0.49
Hex 31 25 D4 4D 53 0 11 F4 46 31
Octal 61 45 324 115 123 0 21 364 106 61
Binary 110001 100101 11010100 1001101 1010011 0 10001 11110100 1000110 110001

Color Harmonies of #3125D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3125D4

Black with #3125D4

Text Example


Text Example

White with #3125D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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