Html Css Color HEX #331CCC Persian Blue

📋 copy color: '#331CCC'

red 51 ◦ green 28 ◦ blue 204

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

Shades of Persian Blue #331CCC

Tints of Persian Blue #331CCC

RGB

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

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

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

R = 18.02%
G = 9.89%
B = 72.08%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#331CCC (or 0x331CCC) is known color: Persian Blue. HEX triplet: 33, 1C and CC. RGB value is (51,28,204). Sum of RGB (Red+Green+Blue) = 51+28+204=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 204 (80.08% from 255 or 72.08% from 283); Max value from RGB is 204 - color contains mainly: blue. Hex color #331CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CCC is #CCE333. Grayscale: #363636. Windows color (decimal): -13427508 or 13376563. OLE color: 13376563.

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

Color convert

RGB 51 28 204 -
CMYK 0.75 0.86 0 0.2
HSL 247.84º 0.76% 0.45% -
HSV(B) 247.84º 0.86% 0.8% -
XYZ 12.68 5.89 57.6 -
YUV 54.94 212.12 125.19 -
System Red Green Blue C M Y K H S L
Decimal 51 28 204 0.75 0.86 0 0.2 247.84 0.76 0.45
Hex 33 1C CC 4B 56 0 14 F8 4C 2D
Octal 63 34 314 113 126 0 24 370 114 55
Binary 110011 11100 11001100 1001011 1010110 0 10100 11111000 1001100 101101

Color Harmonies of #331CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CCC

Black with #331CCC

Text Example


Text Example

White with #331CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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