Html Css Color HEX #340098 Persian Indigo

📋 copy color: '#340098'

red 52 ◦ green 0 ◦ blue 152

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

Shades of Persian Indigo #340098

Tints of Persian Indigo #340098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 25.49%
G = 0%
B = 74.51%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#340098 (or 0x340098) is known color: Persian Indigo. HEX triplet: 34, 00 and 98. RGB value is (52,0,152). Sum of RGB (Red+Green+Blue) = 52+0+152=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 152 (59.77% from 255 or 74.51% from 204); Max value from RGB is 152 - color contains mainly: blue. Hex color #340098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340098 is #CBFF67. Grayscale: #202020. Windows color (decimal): -13369192 or 9961524. OLE color: 9961524.

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

Color convert

RGB 52 0 152 -
CMYK 0.66 1 0 0.40
HSL 260.53º 1% 0.3% -
HSV(B) 260.53º 1% 0.6% -
XYZ 7.08 3 29.91 -
YUV 32.88 195.23 141.64 -
System Red Green Blue C M Y K H S L
Decimal 52 0 152 0.66 1 0 0.40 260.53 1 0.3
Hex 34 0 98 42 64 0 28 105 64 1E
Octal 64 0 230 102 144 0 50 405 144 36
Binary 110100 0 10011000 1000010 1100100 0 101000 100000101 1100100 11110

Color Harmonies of #340098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340098

Black with #340098

Text Example


Text Example

White with #340098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340098; }

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

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

background-color css

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

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

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

border-color css

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

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

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