Html Css Color HEX #38167A Persian Indigo

📋 copy color: '#38167A'

red 56 ◦ green 22 ◦ blue 122

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

Shades of Persian Indigo #38167A

Tints of Persian Indigo #38167A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

 BLUE value IS 122 (48.05% from 255) = 61%

R = 28%
G = 11%
B = 61%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#38167A (or 0x38167A) is known color: Persian Indigo. HEX triplet: 38, 16 and 7A. RGB value is (56,22,122). Sum of RGB (Red+Green+Blue) = 56+22+122=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #38167A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38167A is #C7E985. Grayscale: #2B2B2B. Windows color (decimal): -13101446 or 8001080. OLE color: 8001080.

HSL color Cylindrical-coordinate representation of color #38167A: hue angle of 260.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38167A is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 56 22 122 -
CMYK 0.54 0.82 0 0.52
HSL 260.4º 0.69% 0.28% -
HSV(B) 260.4º 0.82% 0.48% -
XYZ 5.43 2.82 18.67 -
YUV 43.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 56 22 122 0.54 0.82 0 0.52 260.4 0.69 0.28
Hex 38 16 7A 36 52 0 34 104 45 1C
Octal 70 26 172 66 122 0 64 404 105 34
Binary 111000 10110 1111010 110110 1010010 0 110100 100000100 1000101 11100

Color Harmonies of #38167A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38167A

Black with #38167A

Text Example


Text Example

White with #38167A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38167A; }

 p { color: rgb(56,22,122); }

 H1.HeaderClassName
 {
   color: #38167A;
 }
 .AnyTagClassName
 {
   color: #38167A;
 }
</style>

background-color css

<style>
 a { background-color: #38167A; }

 a { background-color: rgb(56,22,122); }

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

border-color css

<style>
 span { border-color: #38167A; }

 span { border-color: rgb(56,22,122); }

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