Html Css Color HEX #331CCB Persian Blue

📋 copy color: '#331CCB'

red 51 ◦ green 28 ◦ blue 203

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

Shades of Persian Blue #331CCB

Tints of Persian Blue #331CCB

RGB

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

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

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

R = 18.09%
G = 9.93%
B = 71.99%

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

#331CCB (or 0x331CCB) is known color: Persian Blue. HEX triplet: 33, 1C and CB. RGB value is (51,28,203). Sum of RGB (Red+Green+Blue) = 51+28+203=282 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.09% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 203 (79.69% from 255 or 71.99% from 282); Max value from RGB is 203 - color contains mainly: blue. Hex color #331CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331CCB is #CCE334. Grayscale: #363636. Windows color (decimal): -13427509 or 13311027. OLE color: 13311027.

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

Color convert

RGB 51 28 203 -
CMYK 0.75 0.86 0 0.20
HSL 247.89º 0.76% 0.45% -
HSV(B) 247.89º 0.86% 0.8% -
XYZ 12.56 5.85 56.97 -
YUV 54.83 211.62 125.27 -
System Red Green Blue C M Y K H S L
Decimal 51 28 203 0.75 0.86 0 0.20 247.89 0.76 0.45
Hex 33 1C CB 4B 56 0 14 F8 4C 2D
Octal 63 34 313 113 126 0 24 370 114 55
Binary 110011 11100 11001011 1001011 1010110 0 10100 11111000 1001100 101101

Color Harmonies of #331CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331CCB

Black with #331CCB

Text Example


Text Example

White with #331CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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