Html Css Color HEX #38139D Persian Indigo

📋 copy color: '#38139D'

red 56 ◦ green 19 ◦ blue 157

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

Shades of Persian Indigo #38139D

Tints of Persian Indigo #38139D

RGB

 RED value IS 56 (22.27% from 255) = 24.14%

 GREEN value IS 19 (7.81% from 255) = 8.19%

 BLUE value IS 157 (61.72% from 255) = 67.67%

R = 24.14%
G = 8.19%
B = 67.67%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38139D (or 0x38139D) is known color: Persian Indigo. HEX triplet: 38, 13 and 9D. RGB value is (56,19,157). Sum of RGB (Red+Green+Blue) = 56+19+157=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #38139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38139D is #C7EC62. Grayscale: #2D2D2D. Windows color (decimal): -13102179 or 10294072. OLE color: 10294072.

HSL color Cylindrical-coordinate representation of color #38139D: hue angle of 256.09º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38139D is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 19 157 -
CMYK 0.64 0.88 0 0.38
HSL 256.09º 0.78% 0.35% -
HSV(B) 256.09º 0.88% 0.62% -
XYZ 7.95 3.74 32.2 -
YUV 45.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 56 19 157 0.64 0.88 0 0.38 256.09 0.78 0.35
Hex 38 13 9D 40 58 0 26 100 4E 23
Octal 70 23 235 100 130 0 46 400 116 43
Binary 111000 10011 10011101 1000000 1011000 0 100110 100000000 1001110 100011

Color Harmonies of #38139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38139D

Black with #38139D

Text Example


Text Example

White with #38139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,19,157); }

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

background-color css

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

 a { background-color: rgb(56,19,157); }

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

border-color css

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

 span { border-color: rgb(56,19,157); }

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