Html Css Color HEX #38157E Persian Indigo

📋 copy color: '#38157E'

red 56 ◦ green 21 ◦ blue 126

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

Shades of Persian Indigo #38157E

Tints of Persian Indigo #38157E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 62.07%

R = 27.59%
G = 10.34%
B = 62.07%

CMYK

 C value IS 0.56

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38157E (or 0x38157E) is known color: Persian Indigo. HEX triplet: 38, 15 and 7E. RGB value is (56,21,126). Sum of RGB (Red+Green+Blue) = 56+21+126=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 126 (49.61% from 255 or 62.07% from 203); Max value from RGB is 126 - color contains mainly: blue. Hex color #38157E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38157E is #C7EA81. Grayscale: #2B2B2B. Windows color (decimal): -13101698 or 8262968. OLE color: 8262968.

HSL color Cylindrical-coordinate representation of color #38157E: hue angle of 260º 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 #38157E is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 21 126 -
CMYK 0.56 0.83 0 0.51
HSL 260º 0.71% 0.29% -
HSV(B) 260º 0.83% 0.49% -
XYZ 5.66 2.88 20 -
YUV 43.44 174.6 136.96 -
System Red Green Blue C M Y K H S L
Decimal 56 21 126 0.56 0.83 0 0.51 260 0.71 0.29
Hex 38 15 7E 38 53 0 33 104 47 1D
Octal 70 25 176 70 123 0 63 404 107 35
Binary 111000 10101 1111110 111000 1010011 0 110011 100000100 1000111 11101

Color Harmonies of #38157E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38157E

Black with #38157E

Text Example


Text Example

White with #38157E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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