Html Css Color HEX #331DCF Persian Blue

📋 copy color: '#331DCF'

red 51 ◦ green 29 ◦ blue 207

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

Shades of Persian Blue #331DCF

Tints of Persian Blue #331DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

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

R = 17.77%
G = 10.1%
B = 72.13%

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

#331DCF (or 0x331DCF) is known color: Persian Blue. HEX triplet: 33, 1D and CF. RGB value is (51,29,207). Sum of RGB (Red+Green+Blue) = 51+29+207=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #331DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DCF is #CCE230. Grayscale: #373737. Windows color (decimal): -13427249 or 13573427. OLE color: 13573427.

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

Color convert

RGB 51 29 207 -
CMYK 0.75 0.86 0 0.19
HSL 247.42º 0.75% 0.46% -
HSV(B) 247.42º 0.86% 0.81% -
XYZ 13.07 6.09 59.52 -
YUV 55.87 213.29 124.53 -
System Red Green Blue C M Y K H S L
Decimal 51 29 207 0.75 0.86 0 0.19 247.42 0.75 0.46
Hex 33 1D CF 4B 56 0 13 F7 4B 2E
Octal 63 35 317 113 126 0 23 367 113 56
Binary 110011 11101 11001111 1001011 1010110 0 10011 11110111 1001011 101110

Color Harmonies of #331DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DCF

Black with #331DCF

Text Example


Text Example

White with #331DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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