Html Css Color HEX #331ECF Persian Blue

📋 copy color: '#331ECF'

red 51 ◦ green 30 ◦ blue 207

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

Shades of Persian Blue #331ECF

Tints of Persian Blue #331ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.42%

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

R = 17.71%
G = 10.42%
B = 71.88%

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

#331ECF (or 0x331ECF) is known color: Persian Blue. HEX triplet: 33, 1E and CF. RGB value is (51,30,207). Sum of RGB (Red+Green+Blue) = 51+30+207=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #331ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331ECF is #CCE130. Grayscale: #373737. Windows color (decimal): -13426993 or 13573683. OLE color: 13573683.

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

Color convert

RGB 51 30 207 -
CMYK 0.75 0.86 0 0.19
HSL 247.12º 0.75% 0.46% -
HSV(B) 247.12º 0.86% 0.81% -
XYZ 13.09 6.14 59.53 -
YUV 56.46 212.96 124.11 -
System Red Green Blue C M Y K H S L
Decimal 51 30 207 0.75 0.86 0 0.19 247.12 0.75 0.46
Hex 33 1E CF 4B 56 0 13 F7 4B 2E
Octal 63 36 317 113 126 0 23 367 113 56
Binary 110011 11110 11001111 1001011 1010110 0 10011 11110111 1001011 101110

Color Harmonies of #331ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331ECF

Black with #331ECF

Text Example


Text Example

White with #331ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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