Html Css Color HEX #313AAB Persian Blue

📋 copy color: '#313AAB'

red 49 ◦ green 58 ◦ blue 171

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

Shades of Persian Blue #313AAB

Tints of Persian Blue #313AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.86%

 BLUE value IS 171 (67.19% from 255) = 61.51%

R = 17.63%
G = 20.86%
B = 61.51%

CMYK

 C value IS 0.71

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#313AAB (or 0x313AAB) is known color: Persian Blue. HEX triplet: 31, 3A and AB. RGB value is (49,58,171). Sum of RGB (Red+Green+Blue) = 49+58+171=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 58 (23.05% from 255 or 20.86% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #313AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313AAB is #CEC554. Grayscale: #434343. Windows color (decimal): -13550933 or 11221553. OLE color: 11221553.

HSL color Cylindrical-coordinate representation of color #313AAB: hue angle of 235.57º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #313AAB is Cyan = 0.71, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 58 171 -
CMYK 0.71 0.66 0 0.33
HSL 235.57º 0.55% 0.43% -
HSV(B) 235.57º 0.71% 0.67% -
XYZ 10.13 6.62 39.27 -
YUV 68.19 186.02 114.31 -
System Red Green Blue C M Y K H S L
Decimal 49 58 171 0.71 0.66 0 0.33 235.57 0.55 0.43
Hex 31 3A AB 47 42 0 21 EC 37 2B
Octal 61 72 253 107 102 0 41 354 67 53
Binary 110001 111010 10101011 1000111 1000010 0 100001 11101100 110111 101011

Color Harmonies of #313AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313AAB

Black with #313AAB

Text Example


Text Example

White with #313AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313AAB; }

 p { color: rgb(49,58,171); }

 H1.HeaderClassName
 {
   color: #313AAB;
 }
 .AnyTagClassName
 {
   color: #313AAB;
 }
</style>

background-color css

<style>
 a { background-color: #313AAB; }

 a { background-color: rgb(49,58,171); }

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

border-color css

<style>
 span { border-color: #313AAB; }

 span { border-color: rgb(49,58,171); }

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