Html Css Color HEX #341896 Persian Indigo

📋 copy color: '#341896'

red 52 ◦ green 24 ◦ blue 150

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

Shades of Persian Indigo #341896

Tints of Persian Indigo #341896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.62%

 BLUE value IS 150 (58.98% from 255) = 66.37%

R = 23.01%
G = 10.62%
B = 66.37%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#341896 (or 0x341896) is known color: Persian Indigo. HEX triplet: 34, 18 and 96. RGB value is (52,24,150). Sum of RGB (Red+Green+Blue) = 52+24+150=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 150 (58.98% from 255 or 66.37% from 226); Max value from RGB is 150 - color contains mainly: blue. Hex color #341896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341896 is #CBE769. Grayscale: #2E2E2E. Windows color (decimal): -13363050 or 9836596. OLE color: 9836596.

HSL color Cylindrical-coordinate representation of color #341896: hue angle of 253.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341896 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 24 150 -
CMYK 0.65 0.84 0 0.41
HSL 253.33º 0.72% 0.34% -
HSV(B) 253.33º 0.84% 0.59% -
XYZ 7.25 3.59 29.16 -
YUV 46.74 186.28 131.75 -
System Red Green Blue C M Y K H S L
Decimal 52 24 150 0.65 0.84 0 0.41 253.33 0.72 0.34
Hex 34 18 96 41 54 0 29 FD 48 22
Octal 64 30 226 101 124 0 51 375 110 42
Binary 110100 11000 10010110 1000001 1010100 0 101001 11111101 1001000 100010

Color Harmonies of #341896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341896

Black with #341896

Text Example


Text Example

White with #341896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341896; }

 p { color: rgb(52,24,150); }

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

background-color css

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

 a { background-color: rgb(52,24,150); }

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

border-color css

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

 span { border-color: rgb(52,24,150); }

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