Html Css Color HEX #3B31CB Persian Blue

📋 copy color: '#3B31CB'

red 59 ◦ green 49 ◦ blue 203

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

Shades of Persian Blue #3B31CB

Tints of Persian Blue #3B31CB

RGB

 RED value IS 59 (23.44% from 255) = 18.97%

 GREEN value IS 49 (19.53% from 255) = 15.76%

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

R = 18.97%
G = 15.76%
B = 65.27%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3B31CB (or 0x3B31CB) is known color: Persian Blue. HEX triplet: 3B, 31 and CB. RGB value is (59,49,203). Sum of RGB (Red+Green+Blue) = 59+49+203=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #3B31CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B31CB is #C4CE34. Grayscale: #444444. Windows color (decimal): -12897845 or 13316411. OLE color: 13316411.

HSL color Cylindrical-coordinate representation of color #3B31CB: hue angle of 243.9º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B31CB is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 49 203 -
CMYK 0.71 0.76 0 0.20
HSL 243.9º 0.61% 0.49% -
HSV(B) 243.9º 0.76% 0.8% -
XYZ 13.68 7.44 57.21 -
YUV 69.55 203.31 120.48 -
System Red Green Blue C M Y K H S L
Decimal 59 49 203 0.71 0.76 0 0.20 243.9 0.61 0.49
Hex 3B 31 CB 47 4C 0 14 F4 3D 31
Octal 73 61 313 107 114 0 24 364 75 61
Binary 111011 110001 11001011 1000111 1001100 0 10100 11110100 111101 110001

Color Harmonies of #3B31CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B31CB

Black with #3B31CB

Text Example


Text Example

White with #3B31CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B31CB; }

 p { color: rgb(59,49,203); }

 H1.HeaderClassName
 {
   color: #3B31CB;
 }
 .AnyTagClassName
 {
   color: #3B31CB;
 }
</style>

background-color css

<style>
 a { background-color: #3B31CB; }

 a { background-color: rgb(59,49,203); }

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

border-color css

<style>
 span { border-color: #3B31CB; }

 span { border-color: rgb(59,49,203); }

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