Html Css Color HEX #34099E Persian Indigo

📋 copy color: '#34099E'

red 52 ◦ green 9 ◦ blue 158

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

Shades of Persian Indigo #34099E

Tints of Persian Indigo #34099E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

 BLUE value IS 158 (62.11% from 255) = 72.15%

R = 23.74%
G = 4.11%
B = 72.15%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34099E (or 0x34099E) is known color: Persian Indigo. HEX triplet: 34, 09 and 9E. RGB value is (52,9,158). Sum of RGB (Red+Green+Blue) = 52+9+158=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 158 (62.11% from 255 or 72.15% from 219); Max value from RGB is 158 - color contains mainly: blue. Hex color #34099E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34099E is #CBF661. Grayscale: #262626. Windows color (decimal): -13366882 or 10357044. OLE color: 10357044.

HSL color Cylindrical-coordinate representation of color #34099E: hue angle of 257.32º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34099E is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 9 158 -
CMYK 0.67 0.94 0 0.38
HSL 257.32º 0.89% 0.33% -
HSV(B) 257.32º 0.94% 0.62% -
XYZ 7.69 3.39 32.6 -
YUV 38.84 195.25 137.38 -
System Red Green Blue C M Y K H S L
Decimal 52 9 158 0.67 0.94 0 0.38 257.32 0.89 0.33
Hex 34 9 9E 43 5E 0 26 101 59 21
Octal 64 11 236 103 136 0 46 401 131 41
Binary 110100 1001 10011110 1000011 1011110 0 100110 100000001 1011001 100001

Color Harmonies of #34099E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34099E

Black with #34099E

Text Example


Text Example

White with #34099E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34099E; }

 p { color: rgb(52,9,158); }

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

background-color css

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

 a { background-color: rgb(52,9,158); }

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

border-color css

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

 span { border-color: rgb(52,9,158); }

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