Html Css Color HEX #340698 Persian Indigo

📋 copy color: '#340698'

red 52 ◦ green 6 ◦ blue 152

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

Shades of Persian Indigo #340698

Tints of Persian Indigo #340698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

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

R = 24.76%
G = 2.86%
B = 72.38%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#340698 (or 0x340698) is known color: Persian Indigo. HEX triplet: 34, 06 and 98. RGB value is (52,6,152). Sum of RGB (Red+Green+Blue) = 52+6+152=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 152 (59.77% from 255 or 72.38% from 210); Max value from RGB is 152 - color contains mainly: blue. Hex color #340698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340698 is #CBF967. Grayscale: #232323. Windows color (decimal): -13367656 or 9963060. OLE color: 9963060.

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

Color convert

RGB 52 6 152 -
CMYK 0.66 0.96 0 0.40
HSL 258.9º 0.92% 0.31% -
HSV(B) 258.9º 0.96% 0.6% -
XYZ 7.15 3.13 29.93 -
YUV 36.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 52 6 152 0.66 0.96 0 0.40 258.9 0.92 0.31
Hex 34 6 98 42 60 0 28 103 5C 1F
Octal 64 6 230 102 140 0 50 403 134 37
Binary 110100 110 10011000 1000010 1100000 0 101000 100000011 1011100 11111

Color Harmonies of #340698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340698

Black with #340698

Text Example


Text Example

White with #340698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340698; }

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

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

background-color css

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

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

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

border-color css

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

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

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