Html Css Color HEX #34098C Persian Indigo

📋 copy color: '#34098C'

red 52 ◦ green 9 ◦ blue 140

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

Shades of Persian Indigo #34098C

Tints of Persian Indigo #34098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 69.65%

R = 25.87%
G = 4.48%
B = 69.65%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34098C (or 0x34098C) is known color: Persian Indigo. HEX triplet: 34, 09 and 8C. RGB value is (52,9,140). Sum of RGB (Red+Green+Blue) = 52+9+140=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #34098C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34098C is #CBF673. Grayscale: #242424. Windows color (decimal): -13366900 or 9177396. OLE color: 9177396.

HSL color Cylindrical-coordinate representation of color #34098C: hue angle of 259.69º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34098C is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 9 140 -
CMYK 0.63 0.94 0 0.45
HSL 259.69º 0.88% 0.29% -
HSV(B) 259.69º 0.94% 0.55% -
XYZ 6.25 2.82 25.03 -
YUV 36.79 186.25 138.85 -
System Red Green Blue C M Y K H S L
Decimal 52 9 140 0.63 0.94 0 0.45 259.69 0.88 0.29
Hex 34 9 8C 3F 5E 0 2D 104 58 1D
Octal 64 11 214 77 136 0 55 404 130 35
Binary 110100 1001 10001100 111111 1011110 0 101101 100000100 1011000 11101

Color Harmonies of #34098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34098C

Black with #34098C

Text Example


Text Example

White with #34098C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34098C; }

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

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

background-color css

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

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

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

border-color css

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

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

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