Html Css Color HEX #331CB4 Persian Blue

📋 copy color: '#331CB4'

red 51 ◦ green 28 ◦ blue 180

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

Shades of Persian Blue #331CB4

Tints of Persian Blue #331CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 69.5%

R = 19.69%
G = 10.81%
B = 69.5%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#331CB4 (or 0x331CB4) is known color: Persian Blue. HEX triplet: 33, 1C and B4. RGB value is (51,28,180). Sum of RGB (Red+Green+Blue) = 51+28+180=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 180 (70.70% from 255 or 69.50% from 259); Max value from RGB is 180 - color contains mainly: blue. Hex color #331CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CB4 is #CCE34B. Grayscale: #333333. Windows color (decimal): -13427532 or 11803699. OLE color: 11803699.

HSL color Cylindrical-coordinate representation of color #331CB4: hue angle of 249.08º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331CB4 is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 28 180 -
CMYK 0.72 0.84 0 0.29
HSL 249.08º 0.73% 0.41% -
HSV(B) 249.08º 0.84% 0.71% -
XYZ 10.02 4.83 43.58 -
YUV 52.21 200.12 127.14 -
System Red Green Blue C M Y K H S L
Decimal 51 28 180 0.72 0.84 0 0.29 249.08 0.73 0.41
Hex 33 1C B4 48 54 0 1D F9 49 29
Octal 63 34 264 110 124 0 35 371 111 51
Binary 110011 11100 10110100 1001000 1010100 0 11101 11111001 1001001 101001

Color Harmonies of #331CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CB4

Black with #331CB4

Text Example


Text Example

White with #331CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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