Html Css Color HEX #331FAB Persian Blue

📋 copy color: '#331FAB'

red 51 ◦ green 31 ◦ blue 171

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

Shades of Persian Blue #331FAB

Tints of Persian Blue #331FAB

RGB

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

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

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

R = 20.16%
G = 12.25%
B = 67.59%

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

#331FAB (or 0x331FAB) is known color: Persian Blue. HEX triplet: 33, 1F and AB. RGB value is (51,31,171). Sum of RGB (Red+Green+Blue) = 51+31+171=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #331FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331FAB is #CCE054. Grayscale: #343434. Windows color (decimal): -13426773 or 11214643. OLE color: 11214643.

HSL color Cylindrical-coordinate representation of color #331FAB: hue angle of 248.57º 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 #331FAB is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 31 171 -
CMYK 0.70 0.82 0 0.33
HSL 248.57º 0.69% 0.4% -
HSV(B) 248.57º 0.82% 0.67% -
XYZ 9.21 4.62 38.94 -
YUV 52.94 194.63 126.62 -
System Red Green Blue C M Y K H S L
Decimal 51 31 171 0.70 0.82 0 0.33 248.57 0.69 0.4
Hex 33 1F AB 46 52 0 21 F9 45 28
Octal 63 37 253 106 122 0 41 371 105 50
Binary 110011 11111 10101011 1000110 1010010 0 100001 11111001 1000101 101000

Color Harmonies of #331FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FAB

Black with #331FAB

Text Example


Text Example

White with #331FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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