Html Css Color HEX #38177F Persian Indigo

📋 copy color: '#38177F'

red 56 ◦ green 23 ◦ blue 127

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

Shades of Persian Indigo #38177F

Tints of Persian Indigo #38177F

RGB

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

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

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

R = 27.18%
G = 11.17%
B = 61.65%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38177F (or 0x38177F) is known color: Persian Indigo. HEX triplet: 38, 17 and 7F. RGB value is (56,23,127). Sum of RGB (Red+Green+Blue) = 56+23+127=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 127 (50% from 255 or 61.65% from 206); Max value from RGB is 127 - color contains mainly: blue. Hex color #38177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38177F is #C7E880. Grayscale: #2C2C2C. Windows color (decimal): -13101185 or 8329016. OLE color: 8329016.

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

Color convert

RGB 56 23 127 -
CMYK 0.56 0.82 0 0.50
HSL 259.04º 0.69% 0.29% -
HSV(B) 259.04º 0.82% 0.5% -
XYZ 5.77 2.99 20.35 -
YUV 44.72 174.43 136.04 -
System Red Green Blue C M Y K H S L
Decimal 56 23 127 0.56 0.82 0 0.50 259.04 0.69 0.29
Hex 38 17 7F 38 52 0 32 103 45 1D
Octal 70 27 177 70 122 0 62 403 105 35
Binary 111000 10111 1111111 111000 1010010 0 110010 100000011 1000101 11101

Color Harmonies of #38177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38177F

Black with #38177F

Text Example


Text Example

White with #38177F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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