Html Css Color HEX #340798 Persian Indigo

📋 copy color: '#340798'

red 52 ◦ green 7 ◦ blue 152

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

Shades of Persian Indigo #340798

Tints of Persian Indigo #340798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.32%

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

R = 24.64%
G = 3.32%
B = 72.04%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#340798 (or 0x340798) is known color: Persian Indigo. HEX triplet: 34, 07 and 98. RGB value is (52,7,152). Sum of RGB (Red+Green+Blue) = 52+7+152=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #340798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340798 is #CBF867. Grayscale: #242424. Windows color (decimal): -13367400 or 9963316. OLE color: 9963316.

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

Color convert

RGB 52 7 152 -
CMYK 0.66 0.95 0 0.40
HSL 258.62º 0.91% 0.31% -
HSV(B) 258.62º 0.95% 0.6% -
XYZ 7.16 3.15 29.94 -
YUV 36.99 192.91 138.71 -
System Red Green Blue C M Y K H S L
Decimal 52 7 152 0.66 0.95 0 0.40 258.62 0.91 0.31
Hex 34 7 98 42 5F 0 28 103 5B 1F
Octal 64 7 230 102 137 0 50 403 133 37
Binary 110100 111 10011000 1000010 1011111 0 101000 100000011 1011011 11111

Color Harmonies of #340798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340798

Black with #340798

Text Example


Text Example

White with #340798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340798; }

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

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

background-color css

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

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

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

border-color css

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

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

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