Html Css Color HEX #38169C Persian Indigo

📋 copy color: '#38169C'

red 56 ◦ green 22 ◦ blue 156

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

Shades of Persian Indigo #38169C

Tints of Persian Indigo #38169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 66.67%

R = 23.93%
G = 9.4%
B = 66.67%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#38169C (or 0x38169C) is known color: Persian Indigo. HEX triplet: 38, 16 and 9C. RGB value is (56,22,156). Sum of RGB (Red+Green+Blue) = 56+22+156=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 156 (61.33% from 255 or 66.67% from 234); Max value from RGB is 156 - color contains mainly: blue. Hex color #38169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38169C is #C7E963. Grayscale: #2E2E2E. Windows color (decimal): -13101412 or 10229304. OLE color: 10229304.

HSL color Cylindrical-coordinate representation of color #38169C: hue angle of 255.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38169C is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 56 22 156 -
CMYK 0.64 0.86 0 0.39
HSL 255.22º 0.75% 0.35% -
HSV(B) 255.22º 0.86% 0.61% -
XYZ 7.92 3.81 31.77 -
YUV 47.44 189.26 134.1 -
System Red Green Blue C M Y K H S L
Decimal 56 22 156 0.64 0.86 0 0.39 255.22 0.75 0.35
Hex 38 16 9C 40 56 0 27 FF 4B 23
Octal 70 26 234 100 126 0 47 377 113 43
Binary 111000 10110 10011100 1000000 1010110 0 100111 11111111 1001011 100011

Color Harmonies of #38169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38169C

Black with #38169C

Text Example


Text Example

White with #38169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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