Html Css Color HEX #331CCE Persian Blue

📋 copy color: '#331CCE'

red 51 ◦ green 28 ◦ blue 206

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

Shades of Persian Blue #331CCE

Tints of Persian Blue #331CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.28%

R = 17.89%
G = 9.82%
B = 72.28%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#331CCE (or 0x331CCE) is known color: Persian Blue. HEX triplet: 33, 1C and CE. RGB value is (51,28,206). Sum of RGB (Red+Green+Blue) = 51+28+206=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #331CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CCE is #CCE331. Grayscale: #363636. Windows color (decimal): -13427506 or 13507635. OLE color: 13507635.

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

Color convert

RGB 51 28 206 -
CMYK 0.75 0.86 0 0.19
HSL 247.75º 0.76% 0.46% -
HSV(B) 247.75º 0.86% 0.81% -
XYZ 12.92 5.99 58.87 -
YUV 55.17 213.12 125.03 -
System Red Green Blue C M Y K H S L
Decimal 51 28 206 0.75 0.86 0 0.19 247.75 0.76 0.46
Hex 33 1C CE 4B 56 0 13 F8 4C 2E
Octal 63 34 316 113 126 0 23 370 114 56
Binary 110011 11100 11001110 1001011 1010110 0 10011 11111000 1001100 101110

Color Harmonies of #331CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CCE

Black with #331CCE

Text Example


Text Example

White with #331CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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