Html Css Color HEX #331BCC Persian Blue

📋 copy color: '#331BCC'

red 51 ◦ green 27 ◦ blue 204

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

Shades of Persian Blue #331BCC

Tints of Persian Blue #331BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 72.34%

R = 18.09%
G = 9.57%
B = 72.34%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#331BCC (or 0x331BCC) is known color: Persian Blue. HEX triplet: 33, 1B and CC. RGB value is (51,27,204). Sum of RGB (Red+Green+Blue) = 51+27+204=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #331BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331BCC is #CCE433. Grayscale: #353535. Windows color (decimal): -13427764 or 13376307. OLE color: 13376307.

HSL color Cylindrical-coordinate representation of color #331BCC: hue angle of 248.14º 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 #331BCC is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 51 27 204 -
CMYK 0.75 0.87 0 0.2
HSL 248.14º 0.77% 0.45% -
HSV(B) 248.14º 0.87% 0.8% -
XYZ 12.66 5.85 57.59 -
YUV 54.35 212.45 125.61 -
System Red Green Blue C M Y K H S L
Decimal 51 27 204 0.75 0.87 0 0.2 248.14 0.77 0.45
Hex 33 1B CC 4B 57 0 14 F8 4D 2D
Octal 63 33 314 113 127 0 24 370 115 55
Binary 110011 11011 11001100 1001011 1010111 0 10100 11111000 1001101 101101

Color Harmonies of #331BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331BCC

Black with #331BCC

Text Example


Text Example

White with #331BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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