Html Css Color HEX #34038D Persian Indigo

📋 copy color: '#34038D'

red 52 ◦ green 3 ◦ blue 141

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

Shades of Persian Indigo #34038D

Tints of Persian Indigo #34038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

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

R = 26.53%
G = 1.53%
B = 71.94%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34038D (or 0x34038D) is known color: Persian Indigo. HEX triplet: 34, 03 and 8D. RGB value is (52,3,141). Sum of RGB (Red+Green+Blue) = 52+3+141=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 141 (55.47% from 255 or 71.94% from 196); Max value from RGB is 141 - color contains mainly: blue. Hex color #34038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34038D is #CBFC72. Grayscale: #202020. Windows color (decimal): -13368435 or 9241396. OLE color: 9241396.

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

Color convert

RGB 52 3 141 -
CMYK 0.63 0.98 0 0.45
HSL 261.3º 0.96% 0.28% -
HSV(B) 261.3º 0.98% 0.55% -
XYZ 6.26 2.72 25.39 -
YUV 33.38 188.73 141.28 -
System Red Green Blue C M Y K H S L
Decimal 52 3 141 0.63 0.98 0 0.45 261.3 0.96 0.28
Hex 34 3 8D 3F 62 0 2D 105 60 1C
Octal 64 3 215 77 142 0 55 405 140 34
Binary 110100 11 10001101 111111 1100010 0 101101 100000101 1100000 11100

Color Harmonies of #34038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34038D

Black with #34038D

Text Example


Text Example

White with #34038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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