Html Css Color HEX #3130E0 Persian Blue

📋 copy color: '#3130E0'

red 49 ◦ green 48 ◦ blue 224

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

Shades of Persian Blue #3130E0

Tints of Persian Blue #3130E0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

 BLUE value IS 224 (87.89% from 255) = 69.78%

R = 15.26%
G = 14.95%
B = 69.78%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3130E0 (or 0x3130E0) is known color: Persian Blue. HEX triplet: 31, 30 and E0. RGB value is (49,48,224). Sum of RGB (Red+Green+Blue) = 49+48+224=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 224 (87.89% from 255 or 69.78% from 321); Max value from RGB is 224 - color contains mainly: blue. Hex color #3130E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3130E0 is #CECF1F. Grayscale: #434343. Windows color (decimal): -13553440 or 14692401. OLE color: 14692401.

HSL color Cylindrical-coordinate representation of color #3130E0: hue angle of 240.34º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3130E0 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 48 224 -
CMYK 0.78 0.79 0 0.12
HSL 240.34º 0.74% 0.53% -
HSV(B) 240.34º 0.79% 0.88% -
XYZ 15.78 8.15 71.26 -
YUV 68.36 215.83 114.19 -
System Red Green Blue C M Y K H S L
Decimal 49 48 224 0.78 0.79 0 0.12 240.34 0.74 0.53
Hex 31 30 E0 4E 4F 0 C F0 4A 35
Octal 61 60 340 116 117 0 14 360 112 65
Binary 110001 110000 11100000 1001110 1001111 0 1100 11110000 1001010 110101

Color Harmonies of #3130E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3130E0

Black with #3130E0

Text Example


Text Example

White with #3130E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3130E0; }

 p { color: rgb(49,48,224); }

 H1.HeaderClassName
 {
   color: #3130E0;
 }
 .AnyTagClassName
 {
   color: #3130E0;
 }
</style>

background-color css

<style>
 a { background-color: #3130E0; }

 a { background-color: rgb(49,48,224); }

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

border-color css

<style>
 span { border-color: #3130E0; }

 span { border-color: rgb(49,48,224); }

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