Html Css Color HEX #311CCC Persian Blue

📋 copy color: '#311CCC'

red 49 ◦ green 28 ◦ blue 204

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

Shades of Persian Blue #311CCC

Tints of Persian Blue #311CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 204 (80.08% from 255) = 72.6%

R = 17.44%
G = 9.96%
B = 72.6%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#311CCC (or 0x311CCC) is known color: Persian Blue. HEX triplet: 31, 1C and CC. RGB value is (49,28,204). Sum of RGB (Red+Green+Blue) = 49+28+204=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 204 (80.08% from 255 or 72.60% from 281); Max value from RGB is 204 - color contains mainly: blue. Hex color #311CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #311CCC is #CEE333. Grayscale: #353535. Windows color (decimal): -13558580 or 13376561. OLE color: 13376561.

HSL color Cylindrical-coordinate representation of color #311CCC: hue angle of 247.16º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #311CCC is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 49 28 204 -
CMYK 0.76 0.86 0 0.2
HSL 247.16º 0.76% 0.45% -
HSV(B) 247.16º 0.86% 0.8% -
XYZ 12.58 5.84 57.59 -
YUV 54.34 212.46 124.19 -
System Red Green Blue C M Y K H S L
Decimal 49 28 204 0.76 0.86 0 0.2 247.16 0.76 0.45
Hex 31 1C CC 4C 56 0 14 F7 4C 2D
Octal 61 34 314 114 126 0 24 367 114 55
Binary 110001 11100 11001100 1001100 1010110 0 10100 11110111 1001100 101101

Color Harmonies of #311CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311CCC

Black with #311CCC

Text Example


Text Example

White with #311CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,28,204); }

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

background-color css

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

 a { background-color: rgb(49,28,204); }

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

border-color css

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

 span { border-color: rgb(49,28,204); }

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