Html Css Color HEX #34088D Persian Indigo

📋 copy color: '#34088D'

red 52 ◦ green 8 ◦ blue 141

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

Shades of Persian Indigo #34088D

Tints of Persian Indigo #34088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.98%

 BLUE value IS 141 (55.47% from 255) = 70.15%

R = 25.87%
G = 3.98%
B = 70.15%

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

#34088D (or 0x34088D) is known color: Persian Indigo. HEX triplet: 34, 08 and 8D. RGB value is (52,8,141). Sum of RGB (Red+Green+Blue) = 52+8+141=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 141 (55.47% from 255 or 70.15% from 201); Max value from RGB is 141 - color contains mainly: blue. Hex color #34088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34088D is #CBF772. Grayscale: #232323. Windows color (decimal): -13367155 or 9242676. OLE color: 9242676.

HSL color Cylindrical-coordinate representation of color #34088D: hue angle of 259.85º degrees, saturation: 0.89, 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 #34088D is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 8 141 -
CMYK 0.63 0.94 0 0.45
HSL 259.85º 0.89% 0.29% -
HSV(B) 259.85º 0.94% 0.55% -
XYZ 6.31 2.83 25.41 -
YUV 36.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 52 8 141 0.63 0.94 0 0.45 259.85 0.89 0.29
Hex 34 8 8D 3F 5E 0 2D 104 59 1D
Octal 64 10 215 77 136 0 55 404 131 35
Binary 110100 1000 10001101 111111 1011110 0 101101 100000100 1011001 11101

Color Harmonies of #34088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34088D

Black with #34088D

Text Example


Text Example

White with #34088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34088D; }

 p { color: rgb(52,8,141); }

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

background-color css

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

 a { background-color: rgb(52,8,141); }

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

border-color css

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

 span { border-color: rgb(52,8,141); }

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