Html Css Color HEX #311ACF Persian Blue

📋 copy color: '#311ACF'

red 49 ◦ green 26 ◦ blue 207

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

Shades of Persian Blue #311ACF

Tints of Persian Blue #311ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.22%

 BLUE value IS 207 (81.25% from 255) = 73.4%

R = 17.38%
G = 9.22%
B = 73.4%

CMYK

 C value IS 0.76

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#311ACF (or 0x311ACF) is known color: Persian Blue. HEX triplet: 31, 1A and CF. RGB value is (49,26,207). Sum of RGB (Red+Green+Blue) = 49+26+207=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #311ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311ACF is #CEE530. Grayscale: #343434. Windows color (decimal): -13559089 or 13572657. OLE color: 13572657.

HSL color Cylindrical-coordinate representation of color #311ACF: hue angle of 247.62º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #311ACF is Cyan = 0.76, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 26 207 -
CMYK 0.76 0.87 0 0.19
HSL 247.62º 0.78% 0.46% -
HSV(B) 247.62º 0.87% 0.81% -
XYZ 12.9 5.9 59.49 -
YUV 53.51 214.62 124.78 -
System Red Green Blue C M Y K H S L
Decimal 49 26 207 0.76 0.87 0 0.19 247.62 0.78 0.46
Hex 31 1A CF 4C 57 0 13 F8 4E 2E
Octal 61 32 317 114 127 0 23 370 116 56
Binary 110001 11010 11001111 1001100 1010111 0 10011 11111000 1001110 101110

Color Harmonies of #311ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311ACF

Black with #311ACF

Text Example


Text Example

White with #311ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,26,207); }

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

background-color css

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

 a { background-color: rgb(49,26,207); }

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

border-color css

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

 span { border-color: rgb(49,26,207); }

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