Html Css Color HEX #331CB6 Persian Blue

📋 copy color: '#331CB6'

red 51 ◦ green 28 ◦ blue 182

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

Shades of Persian Blue #331CB6

Tints of Persian Blue #331CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 69.73%

R = 19.54%
G = 10.73%
B = 69.73%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#331CB6 (or 0x331CB6) is known color: Persian Blue. HEX triplet: 33, 1C and B6. RGB value is (51,28,182). Sum of RGB (Red+Green+Blue) = 51+28+182=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 182 (71.48% from 255 or 69.73% from 261); Max value from RGB is 182 - color contains mainly: blue. Hex color #331CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CB6 is #CCE349. Grayscale: #333333. Windows color (decimal): -13427530 or 11934771. OLE color: 11934771.

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

Color convert

RGB 51 28 182 -
CMYK 0.72 0.85 0 0.29
HSL 248.96º 0.73% 0.41% -
HSV(B) 248.96º 0.85% 0.71% -
XYZ 10.22 4.91 44.67 -
YUV 52.43 201.12 126.98 -
System Red Green Blue C M Y K H S L
Decimal 51 28 182 0.72 0.85 0 0.29 248.96 0.73 0.41
Hex 33 1C B6 48 55 0 1D F9 49 29
Octal 63 34 266 110 125 0 35 371 111 51
Binary 110011 11100 10110110 1001000 1010101 0 11101 11111001 1001001 101001

Color Harmonies of #331CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CB6

Black with #331CB6

Text Example


Text Example

White with #331CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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