Html Css Color HEX #311ECA Persian Blue

📋 copy color: '#311ECA'

red 49 ◦ green 30 ◦ blue 202

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

Shades of Persian Blue #311ECA

Tints of Persian Blue #311ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.68%

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

R = 17.44%
G = 10.68%
B = 71.89%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#311ECA (or 0x311ECA) is known color: Persian Blue. HEX triplet: 31, 1E and CA. RGB value is (49,30,202). Sum of RGB (Red+Green+Blue) = 49+30+202=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 202 (79.30% from 255 or 71.89% from 281); Max value from RGB is 202 - color contains mainly: blue. Hex color #311ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311ECA is #CEE135. Grayscale: #363636. Windows color (decimal): -13558070 or 13246001. OLE color: 13246001.

HSL color Cylindrical-coordinate representation of color #311ECA: hue angle of 246.63º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #311ECA is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 49 30 202 -
CMYK 0.76 0.85 0 0.21
HSL 246.63º 0.74% 0.45% -
HSV(B) 246.63º 0.85% 0.79% -
XYZ 12.39 5.85 56.35 -
YUV 55.29 210.79 123.51 -
System Red Green Blue C M Y K H S L
Decimal 49 30 202 0.76 0.85 0 0.21 246.63 0.74 0.45
Hex 31 1E CA 4C 55 0 15 F7 4A 2D
Octal 61 36 312 114 125 0 25 367 112 55
Binary 110001 11110 11001010 1001100 1010101 0 10101 11110111 1001010 101101

Color Harmonies of #311ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311ECA

Black with #311ECA

Text Example


Text Example

White with #311ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311ECA; }

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

 H1.HeaderClassName
 {
   color: #311ECA;
 }
 .AnyTagClassName
 {
   color: #311ECA;
 }
</style>

background-color css

<style>
 a { background-color: #311ECA; }

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

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

border-color css

<style>
 span { border-color: #311ECA; }

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

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