Html Css Color HEX #331FC3 Persian Blue

📋 copy color: '#331FC3'

red 51 ◦ green 31 ◦ blue 195

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

Shades of Persian Blue #331FC3

Tints of Persian Blue #331FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 70.4%

R = 18.41%
G = 11.19%
B = 70.4%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#331FC3 (or 0x331FC3) is known color: Persian Blue. HEX triplet: 33, 1F and C3. RGB value is (51,31,195). Sum of RGB (Red+Green+Blue) = 51+31+195=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 195 (76.56% from 255 or 70.40% from 277); Max value from RGB is 195 - color contains mainly: blue. Hex color #331FC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331FC3 is #CCE03C. Grayscale: #373737. Windows color (decimal): -13426749 or 12787507. OLE color: 12787507.

HSL color Cylindrical-coordinate representation of color #331FC3: hue angle of 247.32º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331FC3 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 51 31 195 -
CMYK 0.74 0.84 0 0.24
HSL 247.32º 0.73% 0.44% -
HSV(B) 247.32º 0.84% 0.76% -
XYZ 11.71 5.62 52.1 -
YUV 55.68 206.63 124.66 -
System Red Green Blue C M Y K H S L
Decimal 51 31 195 0.74 0.84 0 0.24 247.32 0.73 0.44
Hex 33 1F C3 4A 54 0 18 F7 49 2C
Octal 63 37 303 112 124 0 30 367 111 54
Binary 110011 11111 11000011 1001010 1010100 0 11000 11110111 1001001 101100

Color Harmonies of #331FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331FC3

Black with #331FC3

Text Example


Text Example

White with #331FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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