Html Css Color HEX #38178B Persian Indigo

📋 copy color: '#38178B'

red 56 ◦ green 23 ◦ blue 139

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

Shades of Persian Indigo #38178B

Tints of Persian Indigo #38178B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 63.76%

R = 25.69%
G = 10.55%
B = 63.76%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38178B (or 0x38178B) is known color: Persian Indigo. HEX triplet: 38, 17 and 8B. RGB value is (56,23,139). Sum of RGB (Red+Green+Blue) = 56+23+139=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 139 (54.69% from 255 or 63.76% from 218); Max value from RGB is 139 - color contains mainly: blue. Hex color #38178B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38178B is #C7E874. Grayscale: #2D2D2D. Windows color (decimal): -13101173 or 9115448. OLE color: 9115448.

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

Color convert

RGB 56 23 139 -
CMYK 0.60 0.83 0 0.45
HSL 257.07º 0.72% 0.32% -
HSV(B) 257.07º 0.83% 0.55% -
XYZ 6.6 3.32 24.72 -
YUV 46.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 56 23 139 0.60 0.83 0 0.45 257.07 0.72 0.32
Hex 38 17 8B 3C 53 0 2D 101 48 20
Octal 70 27 213 74 123 0 55 401 110 40
Binary 111000 10111 10001011 111100 1010011 0 101101 100000001 1001000 100000

Color Harmonies of #38178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38178B

Black with #38178B

Text Example


Text Example

White with #38178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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