Html Css Color HEX #38178D Persian Indigo

📋 copy color: '#38178D'

red 56 ◦ green 23 ◦ blue 141

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

Shades of Persian Indigo #38178D

Tints of Persian Indigo #38178D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.45%

 BLUE value IS 141 (55.47% from 255) = 64.09%

R = 25.45%
G = 10.45%
B = 64.09%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38178D (or 0x38178D) is known color: Persian Indigo. HEX triplet: 38, 17 and 8D. RGB value is (56,23,141). Sum of RGB (Red+Green+Blue) = 56+23+141=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 141 (55.47% from 255 or 64.09% from 220); Max value from RGB is 141 - color contains mainly: blue. Hex color #38178D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38178D is #C7E872. Grayscale: #2D2D2D. Windows color (decimal): -13101171 or 9246520. OLE color: 9246520.

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

Color convert

RGB 56 23 141 -
CMYK 0.60 0.84 0 0.45
HSL 256.78º 0.72% 0.32% -
HSV(B) 256.78º 0.84% 0.55% -
XYZ 6.75 3.38 25.5 -
YUV 46.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 56 23 141 0.60 0.84 0 0.45 256.78 0.72 0.32
Hex 38 17 8D 3C 54 0 2D 101 48 20
Octal 70 27 215 74 124 0 55 401 110 40
Binary 111000 10111 10001101 111100 1010100 0 101101 100000001 1001000 100000

Color Harmonies of #38178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38178D

Black with #38178D

Text Example


Text Example

White with #38178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,23,141); }

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

background-color css

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

 a { background-color: rgb(56,23,141); }

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

border-color css

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

 span { border-color: rgb(56,23,141); }

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