Html Css Color HEX #340094 Persian Indigo

📋 copy color: '#340094'

red 52 ◦ green 0 ◦ blue 148

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

Shades of Persian Indigo #340094

Tints of Persian Indigo #340094

RGB

 RED value IS 52 (20.7% from 255) = 26%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 148 (58.2% from 255) = 74%

R = 26%
G = 0%
B = 74%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#340094 (or 0x340094) is known color: Persian Indigo. HEX triplet: 34, 00 and 94. RGB value is (52,0,148). Sum of RGB (Red+Green+Blue) = 52+0+148=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 148 (58.20% from 255 or 74% from 200); Max value from RGB is 148 - color contains mainly: blue. Hex color #340094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340094 is #CBFF6B. Grayscale: #1F1F1F. Windows color (decimal): -13369196 or 9699380. OLE color: 9699380.

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

Color convert

RGB 52 0 148 -
CMYK 0.65 1 0 0.42
HSL 261.08º 1% 0.29% -
HSV(B) 261.08º 1% 0.58% -
XYZ 6.76 2.87 28.21 -
YUV 32.42 193.23 141.97 -
System Red Green Blue C M Y K H S L
Decimal 52 0 148 0.65 1 0 0.42 261.08 1 0.29
Hex 34 0 94 41 64 0 2A 105 64 1D
Octal 64 0 224 101 144 0 52 405 144 35
Binary 110100 0 10010100 1000001 1100100 0 101010 100000101 1100100 11101

Color Harmonies of #340094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340094

Black with #340094

Text Example


Text Example

White with #340094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340094; }

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

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

background-color css

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

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

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

border-color css

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

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

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