Html Css Color HEX #34198D Persian Indigo

📋 copy color: '#34198D'

red 52 ◦ green 25 ◦ blue 141

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

Shades of Persian Indigo #34198D

Tints of Persian Indigo #34198D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

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

R = 23.85%
G = 11.47%
B = 64.68%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34198D (or 0x34198D) is known color: Persian Indigo. HEX triplet: 34, 19 and 8D. RGB value is (52,25,141). Sum of RGB (Red+Green+Blue) = 52+25+141=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #34198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34198D is #CBE672. Grayscale: #2D2D2D. Windows color (decimal): -13362803 or 9247028. OLE color: 9247028.

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

Color convert

RGB 52 25 141 -
CMYK 0.63 0.82 0 0.45
HSL 253.97º 0.7% 0.33% -
HSV(B) 253.97º 0.82% 0.55% -
XYZ 6.57 3.35 25.5 -
YUV 46.3 181.45 132.07 -
System Red Green Blue C M Y K H S L
Decimal 52 25 141 0.63 0.82 0 0.45 253.97 0.7 0.33
Hex 34 19 8D 3F 52 0 2D FE 46 21
Octal 64 31 215 77 122 0 55 376 106 41
Binary 110100 11001 10001101 111111 1010010 0 101101 11111110 1000110 100001

Color Harmonies of #34198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34198D

Black with #34198D

Text Example


Text Example

White with #34198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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