#340C94

Color #340C94 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #340C94

Tints of Persian Indigo #340C94

Color information

#340C94 (or 0x340C94) is unknown color: approx Persian Indigo. HEX triplet: 34, 0C and 94. RGB value is (52,12,148). Sum of RGB (Red+Green+Blue) = 52+12+148=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #340C94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340C94 is #CBF36B. Grayscale: #262626. Windows color (decimal): -13366124 or 9702452. OLE color: 9702452.

HSL color Cylindrical-coordinate representation of color #340C94: hue angle of 257.65º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340C94 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5212148-
CMYK0.650.9200.42
HSL257.65º85%31.37%-
HSV(B)257.65º91.89%58.04%-
XYZ6.893.1328.26-
YUV39.46189.25136.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 12 (5.08% from 255) = 5.66%
BLUE value IS 148 (58.20% from 255) = 69.81%
R=24.53%
G=5.66%
B=69.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52121480.650.9200.42257.658531.37
Hex34C94415C02A102551f
Octal641422410113405240212537
Binary110100110010010100100000110111000101010100000010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340C94; }

 p { color: rgb(52,12,148); }

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

<style>
 a { background-color: #340C94; }

 a { background-color: rgb(52,12,148); }

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

<style>
 span { border-color: #340C94; }

 span { border-color: rgb(52,12,148); }

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