Html Css Color HEX #3130CD Persian Blue

📋 copy color: '#3130CD'

red 49 ◦ green 48 ◦ blue 205

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

Shades of Persian Blue #3130CD

Tints of Persian Blue #3130CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.88%

R = 16.23%
G = 15.89%
B = 67.88%

CMYK

 C value IS 0.76

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3130CD (or 0x3130CD) is known color: Persian Blue. HEX triplet: 31, 30 and CD. RGB value is (49,48,205). Sum of RGB (Red+Green+Blue) = 49+48+205=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #3130CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3130CD is #CECF32. Grayscale: #414141. Windows color (decimal): -13553459 or 13447217. OLE color: 13447217.

HSL color Cylindrical-coordinate representation of color #3130CD: hue angle of 240.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3130CD is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 48 205 -
CMYK 0.76 0.77 0 0.20
HSL 240.38º 0.62% 0.5% -
HSV(B) 240.38º 0.77% 0.8% -
XYZ 13.34 7.17 58.44 -
YUV 66.2 206.33 115.73 -
System Red Green Blue C M Y K H S L
Decimal 49 48 205 0.76 0.77 0 0.20 240.38 0.62 0.5
Hex 31 30 CD 4C 4D 0 14 F0 3E 32
Octal 61 60 315 114 115 0 24 360 76 62
Binary 110001 110000 11001101 1001100 1001101 0 10100 11110000 111110 110010

Color Harmonies of #3130CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3130CD

Black with #3130CD

Text Example


Text Example

White with #3130CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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