Html Css Color HEX #331DCB Persian Blue

📋 copy color: '#331DCB'

red 51 ◦ green 29 ◦ blue 203

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

Shades of Persian Blue #331DCB

Tints of Persian Blue #331DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.73%

R = 18.02%
G = 10.25%
B = 71.73%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#331DCB (or 0x331DCB) is known color: Persian Blue. HEX triplet: 33, 1D and CB. RGB value is (51,29,203). Sum of RGB (Red+Green+Blue) = 51+29+203=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #331DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DCB is #CCE234. Grayscale: #363636. Windows color (decimal): -13427253 or 13311283. OLE color: 13311283.

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

Color convert

RGB 51 29 203 -
CMYK 0.75 0.86 0 0.20
HSL 247.59º 0.75% 0.45% -
HSV(B) 247.59º 0.86% 0.8% -
XYZ 12.58 5.89 56.97 -
YUV 55.41 211.29 124.85 -
System Red Green Blue C M Y K H S L
Decimal 51 29 203 0.75 0.86 0 0.20 247.59 0.75 0.45
Hex 33 1D CB 4B 56 0 14 F8 4B 2D
Octal 63 35 313 113 126 0 24 370 113 55
Binary 110011 11101 11001011 1001011 1010110 0 10100 11111000 1001011 101101

Color Harmonies of #331DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331DCB

Black with #331DCB

Text Example


Text Example

White with #331DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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