Html Css Color HEX #340F94 Persian Indigo

📋 copy color: '#340F94'

red 52 ◦ green 15 ◦ blue 148

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

Shades of Persian Indigo #340F94

Tints of Persian Indigo #340F94

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.98%

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

R = 24.19%
G = 6.98%
B = 68.84%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#340F94 (or 0x340F94) is known color: Persian Indigo. HEX triplet: 34, 0F and 94. RGB value is (52,15,148). Sum of RGB (Red+Green+Blue) = 52+15+148=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 15 (6.25% from 255 or 6.98% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #340F94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340F94 is #CBF06B. Grayscale: #282828. Windows color (decimal): -13365356 or 9703220. OLE color: 9703220.

HSL color Cylindrical-coordinate representation of color #340F94: hue angle of 256.69º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340F94 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 15 148 -
CMYK 0.65 0.90 0 0.42
HSL 256.69º 0.82% 0.32% -
HSV(B) 256.69º 0.9% 0.58% -
XYZ 6.93 3.21 28.27 -
YUV 41.23 188.26 135.69 -
System Red Green Blue C M Y K H S L
Decimal 52 15 148 0.65 0.90 0 0.42 256.69 0.82 0.32
Hex 34 F 94 41 5A 0 2A 101 52 20
Octal 64 17 224 101 132 0 52 401 122 40
Binary 110100 1111 10010100 1000001 1011010 0 101010 100000001 1010010 100000

Color Harmonies of #340F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340F94

Black with #340F94

Text Example


Text Example

White with #340F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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