Html Css Color HEX #312BC7 Persian Blue

📋 copy color: '#312BC7'

red 49 ◦ green 43 ◦ blue 199

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

Shades of Persian Blue #312BC7

Tints of Persian Blue #312BC7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.78%

 BLUE value IS 199 (78.13% from 255) = 68.38%

R = 16.84%
G = 14.78%
B = 68.38%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#312BC7 (or 0x312BC7) is known color: Persian Blue. HEX triplet: 31, 2B and C7. RGB value is (49,43,199). Sum of RGB (Red+Green+Blue) = 49+43+199=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 199 (78.12% from 255 or 68.38% from 291); Max value from RGB is 199 - color contains mainly: blue. Hex color #312BC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312BC7 is #CED438. Grayscale: #3D3D3D. Windows color (decimal): -13554745 or 13052721. OLE color: 13052721.

HSL color Cylindrical-coordinate representation of color #312BC7: hue angle of 242.31º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #312BC7 is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 49 43 199 -
CMYK 0.75 0.78 0 0.22
HSL 242.31º 0.64% 0.47% -
HSV(B) 242.31º 0.78% 0.78% -
XYZ 12.44 6.5 54.63 -
YUV 62.58 204.99 118.32 -
System Red Green Blue C M Y K H S L
Decimal 49 43 199 0.75 0.78 0 0.22 242.31 0.64 0.47
Hex 31 2B C7 4B 4E 0 16 F2 40 2F
Octal 61 53 307 113 116 0 26 362 100 57
Binary 110001 101011 11000111 1001011 1001110 0 10110 11110010 1000000 101111

Color Harmonies of #312BC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312BC7

Black with #312BC7

Text Example


Text Example

White with #312BC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312BC7; }

 p { color: rgb(49,43,199); }

 H1.HeaderClassName
 {
   color: #312BC7;
 }
 .AnyTagClassName
 {
   color: #312BC7;
 }
</style>

background-color css

<style>
 a { background-color: #312BC7; }

 a { background-color: rgb(49,43,199); }

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

border-color css

<style>
 span { border-color: #312BC7; }

 span { border-color: rgb(49,43,199); }

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