Html Css Color HEX #331BCD Persian Blue

📋 copy color: '#331BCD'

red 51 ◦ green 27 ◦ blue 205

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

Shades of Persian Blue #331BCD

Tints of Persian Blue #331BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.44%

R = 18.02%
G = 9.54%
B = 72.44%

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

#331BCD (or 0x331BCD) is known color: Persian Blue. HEX triplet: 33, 1B and CD. RGB value is (51,27,205). Sum of RGB (Red+Green+Blue) = 51+27+205=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #331BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331BCD is #CCE432. Grayscale: #353535. Windows color (decimal): -13427763 or 13441843. OLE color: 13441843.

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

Color convert

RGB 51 27 205 -
CMYK 0.75 0.87 0 0.20
HSL 248.09º 0.77% 0.45% -
HSV(B) 248.09º 0.87% 0.8% -
XYZ 12.78 5.9 58.22 -
YUV 54.47 212.95 125.53 -
System Red Green Blue C M Y K H S L
Decimal 51 27 205 0.75 0.87 0 0.20 248.09 0.77 0.45
Hex 33 1B CD 4B 57 0 14 F8 4D 2D
Octal 63 33 315 113 127 0 24 370 115 55
Binary 110011 11011 11001101 1001011 1010111 0 10100 11111000 1001101 101101

Color Harmonies of #331BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331BCD

Black with #331BCD

Text Example


Text Example

White with #331BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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