Html Css Color HEX #3115CA Persian Blue

📋 copy color: '#3115CA'

red 49 ◦ green 21 ◦ blue 202

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

Shades of Persian Blue #3115CA

Tints of Persian Blue #3115CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.72%

 BLUE value IS 202 (79.3% from 255) = 74.26%

R = 18.01%
G = 7.72%
B = 74.26%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3115CA (or 0x3115CA) is known color: Persian Blue. HEX triplet: 31, 15 and CA. RGB value is (49,21,202). Sum of RGB (Red+Green+Blue) = 49+21+202=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 21 (8.59% from 255 or 7.72% from 272); Blue value is 202 (79.30% from 255 or 74.26% from 272); Max value from RGB is 202 - color contains mainly: blue. Hex color #3115CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3115CA is #CEEA35. Grayscale: #313131. Windows color (decimal): -13560374 or 13243697. OLE color: 13243697.

HSL color Cylindrical-coordinate representation of color #3115CA: hue angle of 249.28º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3115CA is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 21 202 -
CMYK 0.76 0.90 0 0.21
HSL 249.28º 0.81% 0.44% -
HSV(B) 249.28º 0.9% 0.79% -
XYZ 12.2 5.45 56.29 -
YUV 50.01 213.78 127.28 -
System Red Green Blue C M Y K H S L
Decimal 49 21 202 0.76 0.90 0 0.21 249.28 0.81 0.44
Hex 31 15 CA 4C 5A 0 15 F9 51 2C
Octal 61 25 312 114 132 0 25 371 121 54
Binary 110001 10101 11001010 1001100 1011010 0 10101 11111001 1010001 101100

Color Harmonies of #3115CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3115CA

Black with #3115CA

Text Example


Text Example

White with #3115CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3115CA; }

 p { color: rgb(49,21,202); }

 H1.HeaderClassName
 {
   color: #3115CA;
 }
 .AnyTagClassName
 {
   color: #3115CA;
 }
</style>

background-color css

<style>
 a { background-color: #3115CA; }

 a { background-color: rgb(49,21,202); }

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

border-color css

<style>
 span { border-color: #3115CA; }

 span { border-color: rgb(49,21,202); }

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