Html Css Color HEX #38147D Persian Indigo

📋 copy color: '#38147D'

red 56 ◦ green 20 ◦ blue 125

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

Shades of Persian Indigo #38147D

Tints of Persian Indigo #38147D

RGB

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

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

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

R = 27.86%
G = 9.95%
B = 62.19%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38147D (or 0x38147D) is known color: Persian Indigo. HEX triplet: 38, 14 and 7D. RGB value is (56,20,125). Sum of RGB (Red+Green+Blue) = 56+20+125=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #38147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38147D is #C7EB82. Grayscale: #2A2A2A. Windows color (decimal): -13101955 or 8197176. OLE color: 8197176.

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

Color convert

RGB 56 20 125 -
CMYK 0.55 0.84 0 0.51
HSL 260.57º 0.72% 0.28% -
HSV(B) 260.57º 0.84% 0.49% -
XYZ 5.58 2.82 19.65 -
YUV 42.73 174.43 137.46 -
System Red Green Blue C M Y K H S L
Decimal 56 20 125 0.55 0.84 0 0.51 260.57 0.72 0.28
Hex 38 14 7D 37 54 0 33 105 48 1C
Octal 70 24 175 67 124 0 63 405 110 34
Binary 111000 10100 1111101 110111 1010100 0 110011 100000101 1001000 11100

Color Harmonies of #38147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38147D

Black with #38147D

Text Example


Text Example

White with #38147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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