Html Css Color HEX #3A238E Persian Indigo

📋 copy color: '#3A238E'

red 58 ◦ green 35 ◦ blue 142

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

Shades of Persian Indigo #3A238E

Tints of Persian Indigo #3A238E

RGB

 RED value IS 58 (23.05% from 255) = 24.68%

 GREEN value IS 35 (14.06% from 255) = 14.89%

 BLUE value IS 142 (55.86% from 255) = 60.43%

R = 24.68%
G = 14.89%
B = 60.43%

CMYK

 C value IS 0.59

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A238E (or 0x3A238E) is known color: Persian Indigo. HEX triplet: 3A, 23 and 8E. RGB value is (58,35,142). Sum of RGB (Red+Green+Blue) = 58+35+142=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #3A238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A238E is #C5DC71. Grayscale: #353535. Windows color (decimal): -12967026 or 9315130. OLE color: 9315130.

HSL color Cylindrical-coordinate representation of color #3A238E: hue angle of 252.9º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A238E is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 35 142 -
CMYK 0.59 0.75 0 0.44
HSL 252.9º 0.6% 0.35% -
HSV(B) 252.9º 0.75% 0.56% -
XYZ 7.23 4.05 25.99 -
YUV 54.08 177.62 130.8 -
System Red Green Blue C M Y K H S L
Decimal 58 35 142 0.59 0.75 0 0.44 252.9 0.6 0.35
Hex 3A 23 8E 3B 4B 0 2C FD 3C 23
Octal 72 43 216 73 113 0 54 375 74 43
Binary 111010 100011 10001110 111011 1001011 0 101100 11111101 111100 100011

Color Harmonies of #3A238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A238E

Black with #3A238E

Text Example


Text Example

White with #3A238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A238E; }

 p { color: rgb(58,35,142); }

 H1.HeaderClassName
 {
   color: #3A238E;
 }
 .AnyTagClassName
 {
   color: #3A238E;
 }
</style>

background-color css

<style>
 a { background-color: #3A238E; }

 a { background-color: rgb(58,35,142); }

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

border-color css

<style>
 span { border-color: #3A238E; }

 span { border-color: rgb(58,35,142); }

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