Html Css Color HEX #340398 Persian Indigo

📋 copy color: '#340398'

red 52 ◦ green 3 ◦ blue 152

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

Shades of Persian Indigo #340398

Tints of Persian Indigo #340398

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

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

R = 25.12%
G = 1.45%
B = 73.43%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#340398 (or 0x340398) is known color: Persian Indigo. HEX triplet: 34, 03 and 98. RGB value is (52,3,152). Sum of RGB (Red+Green+Blue) = 52+3+152=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 152 (59.77% from 255 or 73.43% from 207); Max value from RGB is 152 - color contains mainly: blue. Hex color #340398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340398 is #CBFC67. Grayscale: #222222. Windows color (decimal): -13368424 or 9962292. OLE color: 9962292.

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

Color convert

RGB 52 3 152 -
CMYK 0.66 0.98 0 0.40
HSL 259.73º 0.96% 0.3% -
HSV(B) 259.73º 0.98% 0.6% -
XYZ 7.12 3.06 29.92 -
YUV 34.64 194.23 140.38 -
System Red Green Blue C M Y K H S L
Decimal 52 3 152 0.66 0.98 0 0.40 259.73 0.96 0.3
Hex 34 3 98 42 62 0 28 104 60 1E
Octal 64 3 230 102 142 0 50 404 140 36
Binary 110100 11 10011000 1000010 1100010 0 101000 100000100 1100000 11110

Color Harmonies of #340398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340398

Black with #340398

Text Example


Text Example

White with #340398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340398; }

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

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

background-color css

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

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

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

border-color css

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

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

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