Html Css Color HEX #331CBF Persian Blue

📋 copy color: '#331CBF'

red 51 ◦ green 28 ◦ blue 191

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

Shades of Persian Blue #331CBF

Tints of Persian Blue #331CBF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

 BLUE value IS 191 (75% from 255) = 70.74%

R = 18.89%
G = 10.37%
B = 70.74%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#331CBF (or 0x331CBF) is known color: Persian Blue. HEX triplet: 33, 1C and BF. RGB value is (51,28,191). Sum of RGB (Red+Green+Blue) = 51+28+191=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 191 (75% from 255 or 70.74% from 270); Max value from RGB is 191 - color contains mainly: blue. Hex color #331CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CBF is #CCE340. Grayscale: #343434. Windows color (decimal): -13427521 or 12524595. OLE color: 12524595.

HSL color Cylindrical-coordinate representation of color #331CBF: hue angle of 248.47º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331CBF is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 51 28 191 -
CMYK 0.73 0.85 0 0.25
HSL 248.47º 0.74% 0.43% -
HSV(B) 248.47º 0.85% 0.75% -
XYZ 11.18 5.3 49.72 -
YUV 53.46 205.62 126.25 -
System Red Green Blue C M Y K H S L
Decimal 51 28 191 0.73 0.85 0 0.25 248.47 0.74 0.43
Hex 33 1C BF 49 55 0 19 F8 4A 2B
Octal 63 34 277 111 125 0 31 370 112 53
Binary 110011 11100 10111111 1001001 1010101 0 11001 11111000 1001010 101011

Color Harmonies of #331CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CBF

Black with #331CBF

Text Example


Text Example

White with #331CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,28,191); }

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

background-color css

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

 a { background-color: rgb(51,28,191); }

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

border-color css

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

 span { border-color: rgb(51,28,191); }

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