Html Css Color HEX #331CCF Persian Blue

📋 copy color: '#331CCF'

red 51 ◦ green 28 ◦ blue 207

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

Shades of Persian Blue #331CCF

Tints of Persian Blue #331CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.38%

R = 17.83%
G = 9.79%
B = 72.38%

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

#331CCF (or 0x331CCF) is known color: Persian Blue. HEX triplet: 33, 1C and CF. RGB value is (51,28,207). Sum of RGB (Red+Green+Blue) = 51+28+207=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #331CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CCF is #CCE330. Grayscale: #363636. Windows color (decimal): -13427505 or 13573171. OLE color: 13573171.

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

Color convert

RGB 51 28 207 -
CMYK 0.75 0.86 0 0.19
HSL 247.71º 0.76% 0.46% -
HSV(B) 247.71º 0.86% 0.81% -
XYZ 13.04 6.04 59.51 -
YUV 55.28 213.62 124.95 -
System Red Green Blue C M Y K H S L
Decimal 51 28 207 0.75 0.86 0 0.19 247.71 0.76 0.46
Hex 33 1C CF 4B 56 0 13 F8 4C 2E
Octal 63 34 317 113 126 0 23 370 114 56
Binary 110011 11100 11001111 1001011 1010110 0 10011 11111000 1001100 101110

Color Harmonies of #331CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CCF

Black with #331CCF

Text Example


Text Example

White with #331CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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