#3123C4

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

Shades of Persian Blue #3123C4

Tints of Persian Blue #3123C4

Color information

#3123C4 (or 0x3123C4) is unknown color: approx Persian Blue. HEX triplet: 31, 23 and C4. RGB value is (49,35,196). Sum of RGB (Red+Green+Blue) = 49+35+196=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 196 (76.95% from 255 or 70% from 280); Max value from RGB is 196 - color contains mainly: blue. Hex color #3123C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3123C4 is #CEDC3B. Grayscale: #383838. Windows color (decimal): -13556796 or 12854065. OLE color: 12854065.

HSL color Cylindrical-coordinate representation of color #3123C4: hue angle of 245.22º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3123C4 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB4935196-
CMYK0.750.8200.23
HSL245.22º69.7%45.29%-
HSV(B)245.22º82.14%76.86%-
XYZ11.835.8452.73-
YUV57.54206.14121.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.5%
GREEN value IS 35 (14.06% from 255) = 12.5%
BLUE value IS 196 (76.95% from 255) = 70%
R=17.5%
G=12.5%
B=70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal49351960.750.8200.23245.2269.745.29
Hex3123C44B52017f5462d
Octal614330411312202736510655
Binary1100011000111100010010010111010010010111111101011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3123C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3123C4; }

 p { color: rgb(49,35,196); }

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

<style>
 a { background-color: #3123C4; }

 a { background-color: rgb(49,35,196); }

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

<style>
 span { border-color: #3123C4; }

 span { border-color: rgb(49,35,196); }

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