Html Css Color HEX #312ACB Persian Blue

📋 copy color: '#312ACB'

red 49 ◦ green 42 ◦ blue 203

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

Shades of Persian Blue #312ACB

Tints of Persian Blue #312ACB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.29%

 BLUE value IS 203 (79.69% from 255) = 69.05%

R = 16.67%
G = 14.29%
B = 69.05%

CMYK

 C value IS 0.76

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#312ACB (or 0x312ACB) is known color: Persian Blue. HEX triplet: 31, 2A and CB. RGB value is (49,42,203). Sum of RGB (Red+Green+Blue) = 49+42+203=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #312ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #312ACB is #CED534. Grayscale: #3D3D3D. Windows color (decimal): -13554997 or 13314609. OLE color: 13314609.

HSL color Cylindrical-coordinate representation of color #312ACB: hue angle of 242.61º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #312ACB is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 49 42 203 -
CMYK 0.76 0.79 0 0.20
HSL 242.61º 0.66% 0.48% -
HSV(B) 242.61º 0.79% 0.8% -
XYZ 12.87 6.62 57.1 -
YUV 62.45 207.32 118.41 -
System Red Green Blue C M Y K H S L
Decimal 49 42 203 0.76 0.79 0 0.20 242.61 0.66 0.48
Hex 31 2A CB 4C 4F 0 14 F3 42 30
Octal 61 52 313 114 117 0 24 363 102 60
Binary 110001 101010 11001011 1001100 1001111 0 10100 11110011 1000010 110000

Color Harmonies of #312ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312ACB

Black with #312ACB

Text Example


Text Example

White with #312ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,42,203); }

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

background-color css

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

 a { background-color: rgb(49,42,203); }

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

border-color css

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

 span { border-color: rgb(49,42,203); }

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