Html Css Color HEX #38187F Persian Indigo

📋 copy color: '#38187F'

red 56 ◦ green 24 ◦ blue 127

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

Shades of Persian Indigo #38187F

Tints of Persian Indigo #38187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

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

R = 27.05%
G = 11.59%
B = 61.35%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#38187F (or 0x38187F) is known color: Persian Indigo. HEX triplet: 38, 18 and 7F. RGB value is (56,24,127). Sum of RGB (Red+Green+Blue) = 56+24+127=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 127 (50% from 255 or 61.35% from 207); Max value from RGB is 127 - color contains mainly: blue. Hex color #38187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38187F is #C7E780. Grayscale: #2C2C2C. Windows color (decimal): -13100929 or 8329272. OLE color: 8329272.

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

Color convert

RGB 56 24 127 -
CMYK 0.56 0.81 0 0.50
HSL 258.64º 0.68% 0.3% -
HSV(B) 258.64º 0.81% 0.5% -
XYZ 5.79 3.03 20.36 -
YUV 45.31 174.1 135.62 -
System Red Green Blue C M Y K H S L
Decimal 56 24 127 0.56 0.81 0 0.50 258.64 0.68 0.3
Hex 38 18 7F 38 51 0 32 103 44 1E
Octal 70 30 177 70 121 0 62 403 104 36
Binary 111000 11000 1111111 111000 1010001 0 110010 100000011 1000100 11110

Color Harmonies of #38187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38187F

Black with #38187F

Text Example


Text Example

White with #38187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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