Html Css Color HEX #38147F Persian Indigo

📋 copy color: '#38147F'

red 56 ◦ green 20 ◦ blue 127

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

Shades of Persian Indigo #38147F

Tints of Persian Indigo #38147F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.85%

 BLUE value IS 127 (50% from 255) = 62.56%

R = 27.59%
G = 9.85%
B = 62.56%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38147F (or 0x38147F) is known color: Persian Indigo. HEX triplet: 38, 14 and 7F. RGB value is (56,20,127). Sum of RGB (Red+Green+Blue) = 56+20+127=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #38147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38147F is #C7EB80. Grayscale: #2A2A2A. Windows color (decimal): -13101953 or 8328248. OLE color: 8328248.

HSL color Cylindrical-coordinate representation of color #38147F: hue angle of 260.19º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38147F is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 20 127 -
CMYK 0.56 0.84 0 0.50
HSL 260.19º 0.73% 0.29% -
HSV(B) 260.19º 0.84% 0.5% -
XYZ 5.71 2.87 20.33 -
YUV 42.96 175.43 137.3 -
System Red Green Blue C M Y K H S L
Decimal 56 20 127 0.56 0.84 0 0.50 260.19 0.73 0.29
Hex 38 14 7F 38 54 0 32 104 49 1D
Octal 70 24 177 70 124 0 62 404 111 35
Binary 111000 10100 1111111 111000 1010100 0 110010 100000100 1001001 11101

Color Harmonies of #38147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38147F

Black with #38147F

Text Example


Text Example

White with #38147F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38147F; }

 p { color: rgb(56,20,127); }

 H1.HeaderClassName
 {
   color: #38147F;
 }
 .AnyTagClassName
 {
   color: #38147F;
 }
</style>

background-color css

<style>
 a { background-color: #38147F; }

 a { background-color: rgb(56,20,127); }

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

border-color css

<style>
 span { border-color: #38147F; }

 span { border-color: rgb(56,20,127); }

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