Html Css Color HEX #34188D Persian Indigo

📋 copy color: '#34188D'

red 52 ◦ green 24 ◦ blue 141

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

Shades of Persian Indigo #34188D

Tints of Persian Indigo #34188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.06%

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

R = 23.96%
G = 11.06%
B = 64.98%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34188D (or 0x34188D) is known color: Persian Indigo. HEX triplet: 34, 18 and 8D. RGB value is (52,24,141). Sum of RGB (Red+Green+Blue) = 52+24+141=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #34188D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34188D is #CBE772. Grayscale: #2D2D2D. Windows color (decimal): -13363059 or 9246772. OLE color: 9246772.

HSL color Cylindrical-coordinate representation of color #34188D: hue angle of 254.36º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34188D is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 24 141 -
CMYK 0.63 0.83 0 0.45
HSL 254.36º 0.71% 0.32% -
HSV(B) 254.36º 0.83% 0.55% -
XYZ 6.55 3.31 25.49 -
YUV 45.71 181.78 132.49 -
System Red Green Blue C M Y K H S L
Decimal 52 24 141 0.63 0.83 0 0.45 254.36 0.71 0.32
Hex 34 18 8D 3F 53 0 2D FE 47 20
Octal 64 30 215 77 123 0 55 376 107 40
Binary 110100 11000 10001101 111111 1010011 0 101101 11111110 1000111 100000

Color Harmonies of #34188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34188D

Black with #34188D

Text Example


Text Example

White with #34188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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