Html Css Color HEX #38107E Persian Indigo

📋 copy color: '#38107E'

red 56 ◦ green 16 ◦ blue 126

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

Shades of Persian Indigo #38107E

Tints of Persian Indigo #38107E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.08%

 BLUE value IS 126 (49.61% from 255) = 63.64%

R = 28.28%
G = 8.08%
B = 63.64%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#38107E (or 0x38107E) is known color: Persian Indigo. HEX triplet: 38, 10 and 7E. RGB value is (56,16,126). Sum of RGB (Red+Green+Blue) = 56+16+126=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 126 (49.61% from 255 or 63.64% from 198); Max value from RGB is 126 - color contains mainly: blue. Hex color #38107E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38107E is #C7EF81. Grayscale: #282828. Windows color (decimal): -13102978 or 8261688. OLE color: 8261688.

HSL color Cylindrical-coordinate representation of color #38107E: hue angle of 261.82º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38107E is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 16 126 -
CMYK 0.56 0.87 0 0.51
HSL 261.82º 0.77% 0.28% -
HSV(B) 261.82º 0.87% 0.49% -
XYZ 5.58 2.72 19.97 -
YUV 40.5 176.25 139.06 -
System Red Green Blue C M Y K H S L
Decimal 56 16 126 0.56 0.87 0 0.51 261.82 0.77 0.28
Hex 38 10 7E 38 57 0 33 106 4D 1C
Octal 70 20 176 70 127 0 63 406 115 34
Binary 111000 10000 1111110 111000 1010111 0 110011 100000110 1001101 11100

Color Harmonies of #38107E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38107E

Black with #38107E

Text Example


Text Example

White with #38107E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38107E; }

 p { color: rgb(56,16,126); }

 H1.HeaderClassName
 {
   color: #38107E;
 }
 .AnyTagClassName
 {
   color: #38107E;
 }
</style>

background-color css

<style>
 a { background-color: #38107E; }

 a { background-color: rgb(56,16,126); }

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

border-color css

<style>
 span { border-color: #38107E; }

 span { border-color: rgb(56,16,126); }

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