Html Css Color HEX #38178C Persian Indigo

📋 copy color: '#38178C'

red 56 ◦ green 23 ◦ blue 140

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

Shades of Persian Indigo #38178C

Tints of Persian Indigo #38178C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 63.93%

R = 25.57%
G = 10.5%
B = 63.93%

CMYK

 C value IS 0.6

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#38178C (or 0x38178C) is known color: Persian Indigo. HEX triplet: 38, 17 and 8C. RGB value is (56,23,140). Sum of RGB (Red+Green+Blue) = 56+23+140=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 23 (9.38% from 255 or 10.50% from 219); Blue value is 140 (55.08% from 255 or 63.93% from 219); Max value from RGB is 140 - color contains mainly: blue. Hex color #38178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38178C is #C7E873. Grayscale: #2D2D2D. Windows color (decimal): -13101172 or 9180984. OLE color: 9180984.

HSL color Cylindrical-coordinate representation of color #38178C: hue angle of 256.92º 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 #38178C is Cyan = 0.6, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 23 140 -
CMYK 0.6 0.84 0 0.45
HSL 256.92º 0.72% 0.32% -
HSV(B) 256.92º 0.84% 0.55% -
XYZ 6.67 3.35 25.11 -
YUV 46.21 180.93 134.99 -
System Red Green Blue C M Y K H S L
Decimal 56 23 140 0.6 0.84 0 0.45 256.92 0.72 0.32
Hex 38 17 8C 3C 54 0 2D 101 48 20
Octal 70 27 214 74 124 0 55 401 110 40
Binary 111000 10111 10001100 111100 1010100 0 101101 100000001 1001000 100000

Color Harmonies of #38178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38178C

Black with #38178C

Text Example


Text Example

White with #38178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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