Html Css Color HEX #38157C Persian Indigo

📋 copy color: '#38157C'

red 56 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #38157C

Tints of Persian Indigo #38157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 61.69%

R = 27.86%
G = 10.45%
B = 61.69%

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

#38157C (or 0x38157C) is known color: Persian Indigo. HEX triplet: 38, 15 and 7C. RGB value is (56,21,124). Sum of RGB (Red+Green+Blue) = 56+21+124=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 124 (48.83% from 255 or 61.69% from 201); Max value from RGB is 124 - color contains mainly: blue. Hex color #38157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38157C is #C7EA83. Grayscale: #2A2A2A. Windows color (decimal): -13101700 or 8131896. OLE color: 8131896.

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

Color convert

RGB 56 21 124 -
CMYK 0.55 0.83 0 0.51
HSL 260.39º 0.71% 0.28% -
HSV(B) 260.39º 0.83% 0.49% -
XYZ 5.54 2.83 19.32 -
YUV 43.21 173.6 137.12 -
System Red Green Blue C M Y K H S L
Decimal 56 21 124 0.55 0.83 0 0.51 260.39 0.71 0.28
Hex 38 15 7C 37 53 0 33 104 47 1C
Octal 70 25 174 67 123 0 63 404 107 34
Binary 111000 10101 1111100 110111 1010011 0 110011 100000100 1000111 11100

Color Harmonies of #38157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38157C

Black with #38157C

Text Example


Text Example

White with #38157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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