Html Css Color HEX #34099A Persian Indigo

📋 copy color: '#34099A'

red 52 ◦ green 9 ◦ blue 154

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

Shades of Persian Indigo #34099A

Tints of Persian Indigo #34099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 71.63%

R = 24.19%
G = 4.19%
B = 71.63%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#34099A (or 0x34099A) is known color: Persian Indigo. HEX triplet: 34, 09 and 9A. RGB value is (52,9,154). Sum of RGB (Red+Green+Blue) = 52+9+154=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 154 (60.55% from 255 or 71.63% from 215); Max value from RGB is 154 - color contains mainly: blue. Hex color #34099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34099A is #CBF665. Grayscale: #252525. Windows color (decimal): -13366886 or 10094900. OLE color: 10094900.

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

Color convert

RGB 52 9 154 -
CMYK 0.66 0.94 0 0.40
HSL 257.79º 0.89% 0.32% -
HSV(B) 257.79º 0.94% 0.6% -
XYZ 7.35 3.26 30.81 -
YUV 38.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 52 9 154 0.66 0.94 0 0.40 257.79 0.89 0.32
Hex 34 9 9A 42 5E 0 28 102 59 20
Octal 64 11 232 102 136 0 50 402 131 40
Binary 110100 1001 10011010 1000010 1011110 0 101000 100000010 1011001 100000

Color Harmonies of #34099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34099A

Black with #34099A

Text Example


Text Example

White with #34099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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