Html Css Color HEX #341798 Persian Indigo

📋 copy color: '#341798'

red 52 ◦ green 23 ◦ blue 152

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

Shades of Persian Indigo #341798

Tints of Persian Indigo #341798

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.13%

 BLUE value IS 152 (59.77% from 255) = 66.96%

R = 22.91%
G = 10.13%
B = 66.96%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#341798 (or 0x341798) is known color: Persian Indigo. HEX triplet: 34, 17 and 98. RGB value is (52,23,152). Sum of RGB (Red+Green+Blue) = 52+23+152=227 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.91% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 152 (59.77% from 255 or 66.96% from 227); Max value from RGB is 152 - color contains mainly: blue. Hex color #341798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #341798 is #CBE867. Grayscale: #2D2D2D. Windows color (decimal): -13363304 or 9967412. OLE color: 9967412.

HSL color Cylindrical-coordinate representation of color #341798: hue angle of 253.49º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #341798 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 23 152 -
CMYK 0.66 0.85 0 0.40
HSL 253.49º 0.74% 0.34% -
HSV(B) 253.49º 0.85% 0.6% -
XYZ 7.39 3.61 30.01 -
YUV 46.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 52 23 152 0.66 0.85 0 0.40 253.49 0.74 0.34
Hex 34 17 98 42 55 0 28 FD 4A 22
Octal 64 27 230 102 125 0 50 375 112 42
Binary 110100 10111 10011000 1000010 1010101 0 101000 11111101 1001010 100010

Color Harmonies of #341798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341798

Black with #341798

Text Example


Text Example

White with #341798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341798; }

 p { color: rgb(52,23,152); }

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

background-color css

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

 a { background-color: rgb(52,23,152); }

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

border-color css

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

 span { border-color: rgb(52,23,152); }

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