Html Css Color HEX #38197D Persian Indigo

📋 copy color: '#38197D'

red 56 ◦ green 25 ◦ blue 125

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

Shades of Persian Indigo #38197D

Tints of Persian Indigo #38197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

 BLUE value IS 125 (49.22% from 255) = 60.68%

R = 27.18%
G = 12.14%
B = 60.68%

CMYK

 C value IS 0.55

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38197D (or 0x38197D) is known color: Persian Indigo. HEX triplet: 38, 19 and 7D. RGB value is (56,25,125). Sum of RGB (Red+Green+Blue) = 56+25+125=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #38197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38197D is #C7E682. Grayscale: #2D2D2D. Windows color (decimal): -13100675 or 8198456. OLE color: 8198456.

HSL color Cylindrical-coordinate representation of color #38197D: hue angle of 258.6º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38197D is Cyan = 0.55, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 25 125 -
CMYK 0.55 0.8 0 0.51
HSL 258.6º 0.67% 0.29% -
HSV(B) 258.6º 0.8% 0.49% -
XYZ 5.68 3.02 19.68 -
YUV 45.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 56 25 125 0.55 0.8 0 0.51 258.6 0.67 0.29
Hex 38 19 7D 37 50 0 33 103 43 1D
Octal 70 31 175 67 120 0 63 403 103 35
Binary 111000 11001 1111101 110111 1010000 0 110011 100000011 1000011 11101

Color Harmonies of #38197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38197D

Black with #38197D

Text Example


Text Example

White with #38197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,25,125); }

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

background-color css

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

 a { background-color: rgb(56,25,125); }

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

border-color css

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

 span { border-color: rgb(56,25,125); }

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