Html Css Color HEX #331BCB Persian Blue

📋 copy color: '#331BCB'

red 51 ◦ green 27 ◦ blue 203

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

Shades of Persian Blue #331BCB

Tints of Persian Blue #331BCB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.61%

 BLUE value IS 203 (79.69% from 255) = 72.24%

R = 18.15%
G = 9.61%
B = 72.24%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#331BCB (or 0x331BCB) is known color: Persian Blue. HEX triplet: 33, 1B and CB. RGB value is (51,27,203). Sum of RGB (Red+Green+Blue) = 51+27+203=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 203 (79.69% from 255 or 72.24% from 281); Max value from RGB is 203 - color contains mainly: blue. Hex color #331BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331BCB is #CCE434. Grayscale: #353535. Windows color (decimal): -13427765 or 13310771. OLE color: 13310771.

HSL color Cylindrical-coordinate representation of color #331BCB: hue angle of 248.18º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #331BCB is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 27 203 -
CMYK 0.75 0.87 0 0.20
HSL 248.18º 0.77% 0.45% -
HSV(B) 248.18º 0.87% 0.8% -
XYZ 12.54 5.8 56.96 -
YUV 54.24 211.95 125.69 -
System Red Green Blue C M Y K H S L
Decimal 51 27 203 0.75 0.87 0 0.20 248.18 0.77 0.45
Hex 33 1B CB 4B 57 0 14 F8 4D 2D
Octal 63 33 313 113 127 0 24 370 115 55
Binary 110011 11011 11001011 1001011 1010111 0 10100 11111000 1001101 101101

Color Harmonies of #331BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331BCB

Black with #331BCB

Text Example


Text Example

White with #331BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,27,203); }

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

background-color css

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

 a { background-color: rgb(51,27,203); }

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

border-color css

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

 span { border-color: rgb(51,27,203); }

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