Html Css Color HEX #313AB4 Persian Blue

📋 copy color: '#313AB4'

red 49 ◦ green 58 ◦ blue 180

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

Shades of Persian Blue #313AB4

Tints of Persian Blue #313AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 62.72%

R = 17.07%
G = 20.21%
B = 62.72%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#313AB4 (or 0x313AB4) is known color: Persian Blue. HEX triplet: 31, 3A and B4. RGB value is (49,58,180). Sum of RGB (Red+Green+Blue) = 49+58+180=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 180 (70.70% from 255 or 62.72% from 287); Max value from RGB is 180 - color contains mainly: blue. Hex color #313AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #313AB4 is #CEC54B. Grayscale: #444444. Windows color (decimal): -13550924 or 11811377. OLE color: 11811377.

HSL color Cylindrical-coordinate representation of color #313AB4: hue angle of 235.88º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #313AB4 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 49 58 180 -
CMYK 0.73 0.68 0 0.29
HSL 235.88º 0.57% 0.45% -
HSV(B) 235.88º 0.73% 0.71% -
XYZ 11.02 6.97 43.95 -
YUV 69.22 190.52 113.58 -
System Red Green Blue C M Y K H S L
Decimal 49 58 180 0.73 0.68 0 0.29 235.88 0.57 0.45
Hex 31 3A B4 49 44 0 1D EC 39 2D
Octal 61 72 264 111 104 0 35 354 71 55
Binary 110001 111010 10110100 1001001 1000100 0 11101 11101100 111001 101101

Color Harmonies of #313AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313AB4

Black with #313AB4

Text Example


Text Example

White with #313AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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