#3B27C0

Color #3B27C0 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3B27C0

Tints of Persian Blue #3B27C0

Color information

#3B27C0 (or 0x3B27C0) is unknown color: approx Persian Blue. HEX triplet: 3B, 27 and C0. RGB value is (59,39,192). Sum of RGB (Red+Green+Blue) = 59+39+192=290 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.34% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 192 (75.39% from 255 or 66.21% from 290); Max value from RGB is 192 - color contains mainly: blue. Hex color #3B27C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B27C0 is #C4D83F. Grayscale: #3D3D3D. Windows color (decimal): -12900416 or 12592955. OLE color: 12592955.

HSL color Cylindrical-coordinate representation of color #3B27C0: hue angle of 247.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B27C0 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5939192-
CMYK0.690.8000.25
HSL247.84º66.23%45.29%-
HSV(B)247.84º79.69%75.29%-
XYZ12.046.1950.43-
YUV62.42201.13125.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 20.34%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 192 (75.39% from 255) = 66.21%
R=20.34%
G=13.45%
B=66.21%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal59391920.690.8000.25247.8466.2345.29
Hex3B27C04550019f8422d
Octal734730010512003137010255
Binary1110111001111100000010001011010000011001111110001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B27C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,39,192); }

 H1.HeaderClassName
 {
   color: #3B27C0;
 }
 .AnyTagClassName
 {
   color: #3B27C0;
 }
</style>
background-color css

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

 a { background-color: rgb(59,39,192); }

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

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

 span { border-color: rgb(59,39,192); }

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