Html Css Color HEX #331FAC Persian Blue

📋 copy color: '#331FAC'

red 51 ◦ green 31 ◦ blue 172

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

Shades of Persian Blue #331FAC

Tints of Persian Blue #331FAC

RGB

 RED value IS 51 (20.31% from 255) = 20.08%

 GREEN value IS 31 (12.5% from 255) = 12.2%

 BLUE value IS 172 (67.58% from 255) = 67.72%

R = 20.08%
G = 12.2%
B = 67.72%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#331FAC (or 0x331FAC) is known color: Persian Blue. HEX triplet: 33, 1F and AC. RGB value is (51,31,172). Sum of RGB (Red+Green+Blue) = 51+31+172=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #331FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331FAC is #CCE053. Grayscale: #343434. Windows color (decimal): -13426772 or 11280179. OLE color: 11280179.

HSL color Cylindrical-coordinate representation of color #331FAC: hue angle of 248.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #331FAC is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 31 172 -
CMYK 0.70 0.82 0 0.33
HSL 248.51º 0.69% 0.4% -
HSV(B) 248.51º 0.82% 0.67% -
XYZ 9.3 4.66 39.44 -
YUV 53.05 195.13 126.54 -
System Red Green Blue C M Y K H S L
Decimal 51 31 172 0.70 0.82 0 0.33 248.51 0.69 0.4
Hex 33 1F AC 46 52 0 21 F9 45 28
Octal 63 37 254 106 122 0 41 371 105 50
Binary 110011 11111 10101100 1000110 1010010 0 100001 11111001 1000101 101000

Color Harmonies of #331FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FAC

Black with #331FAC

Text Example


Text Example

White with #331FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331FAC; }

 p { color: rgb(51,31,172); }

 H1.HeaderClassName
 {
   color: #331FAC;
 }
 .AnyTagClassName
 {
   color: #331FAC;
 }
</style>

background-color css

<style>
 a { background-color: #331FAC; }

 a { background-color: rgb(51,31,172); }

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

border-color css

<style>
 span { border-color: #331FAC; }

 span { border-color: rgb(51,31,172); }

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