Html Css Color HEX #38157D Persian Indigo

📋 copy color: '#38157D'

red 56 ◦ green 21 ◦ blue 125

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

Shades of Persian Indigo #38157D

Tints of Persian Indigo #38157D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

 BLUE value IS 125 (49.22% from 255) = 61.88%

R = 27.72%
G = 10.4%
B = 61.88%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38157D (or 0x38157D) is known color: Persian Indigo. HEX triplet: 38, 15 and 7D. RGB value is (56,21,125). Sum of RGB (Red+Green+Blue) = 56+21+125=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 125 (49.22% from 255 or 61.88% from 202); Max value from RGB is 125 - color contains mainly: blue. Hex color #38157D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38157D is #C7EA82. Grayscale: #2A2A2A. Windows color (decimal): -13101699 or 8197432. OLE color: 8197432.

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

Color convert

RGB 56 21 125 -
CMYK 0.55 0.83 0 0.51
HSL 260.19º 0.71% 0.29% -
HSV(B) 260.19º 0.83% 0.49% -
XYZ 5.6 2.86 19.66 -
YUV 43.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 56 21 125 0.55 0.83 0 0.51 260.19 0.71 0.29
Hex 38 15 7D 37 53 0 33 104 47 1D
Octal 70 25 175 67 123 0 63 404 107 35
Binary 111000 10101 1111101 110111 1010011 0 110011 100000100 1000111 11101

Color Harmonies of #38157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38157D

Black with #38157D

Text Example


Text Example

White with #38157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,21,125); }

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

background-color css

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

 a { background-color: rgb(56,21,125); }

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

border-color css

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

 span { border-color: rgb(56,21,125); }

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